Home
last modified time | relevance | path

Searched refs:GetStartValue (Results 1 – 8 of 8) 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.cc64 int32_t start_value = switch_instruction->GetStartValue(); in MarkReachableBlocks()
Dcode_generator_x86.cc8267 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
8292 int32_t lower_bound = switch_instr->GetStartValue(); in VisitX86PackedSwitch()
Dcode_generator_arm_vixl.cc9547 if (switch_instr->GetStartValue() != 0) { in VisitPackedSwitch()
9555 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
Dnodes.h3522 int32_t GetStartValue() const { return start_value_; } in GetStartValue() function
Dcode_generator_arm64.cc6096 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
Dcode_generator_x86_64.cc7500 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()