Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_x86.h108 int32_t GetStartValue() const { return start_value_; } in GetStartValue() function
Dpc_relative_fixups_x86.cc154 switch_insn->GetStartValue(), in VisitPackedSwitch()
Ddead_code_elimination.cc68 int32_t start_value = switch_instruction->GetStartValue(); in MarkReachableBlocks()
Dcode_generator_x86.cc8888 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
8913 int32_t lower_bound = switch_instr->GetStartValue(); in VisitX86PackedSwitch()
Dcode_generator_arm_vixl.cc10051 if (switch_instr->GetStartValue() != 0) { in VisitPackedSwitch()
10059 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
Dnodes.h3845 int32_t GetStartValue() const { return start_value_; }
Dcode_generator_arm64.cc6631 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
Dcode_generator_riscv64.cc4836 int32_t lower_bound = instruction->GetStartValue(); in VisitPackedSwitch()
Dcode_generator_x86_64.cc8164 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()