Home
last modified time | relevance | path

Searched refs:GetStartValue (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dnodes_x86.h108 int32_t GetStartValue() const { return start_value_; } in GetStartValue() function
H A Dpc_relative_fixups_x86.cc154 switch_insn->GetStartValue(), in VisitPackedSwitch()
H A Ddead_code_elimination.cc64 int32_t start_value = switch_instruction->GetStartValue(); in MarkReachableBlocks()
H A Dcode_generator_arm_vixl.cc9717 if (switch_instr->GetStartValue() != 0) { in VisitPackedSwitch()
9725 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
H A Dcode_generator_x86.cc8605 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
8630 int32_t lower_bound = switch_instr->GetStartValue(); in VisitX86PackedSwitch()
H A Dnodes.h3712 int32_t GetStartValue() const { return start_value_; }
H A Dcode_generator_arm64.cc6310 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
H A Dcode_generator_x86_64.cc7639 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()