Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_mips.h54 int32_t GetStartValue() const { return start_value_; } in GetStartValue() function
Dnodes_x86.h101 int32_t GetStartValue() const { return start_value_; } in GetStartValue() function
Dpc_relative_fixups_mips.cc114 switch_insn->GetStartValue(), in VisitPackedSwitch()
Dpc_relative_fixups_x86.cc158 switch_insn->GetStartValue(), in VisitPackedSwitch()
Ddead_code_elimination.cc59 int32_t start_value = switch_instruction->GetStartValue(); in MarkReachableBlocks()
Dcode_generator_x86.cc7423 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
7448 int32_t lower_bound = switch_instr->GetStartValue(); in VisitX86PackedSwitch()
Dcode_generator_arm_vixl.cc9355 if (switch_instr->GetStartValue() != 0) { in VisitPackedSwitch()
9363 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
Dcode_generator_mips.cc8716 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
8754 int32_t lower_bound = switch_instr->GetStartValue(); in VisitMipsPackedSwitch()
Dnodes.h3188 int32_t GetStartValue() const { return start_value_; } in GetStartValue() function
Dcode_generator_arm64.cc5762 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
Dcode_generator_mips64.cc6290 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
Dcode_generator_x86_64.cc6768 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()