Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_mips.h58 int32_t GetStartValue() const { return start_value_; } in GetStartValue() function
Dnodes_x86.h108 int32_t GetStartValue() const { return start_value_; } in GetStartValue() function
Dpc_relative_fixups_mips.cc116 switch_insn->GetStartValue(), in VisitPackedSwitch()
Dpc_relative_fixups_x86.cc160 switch_insn->GetStartValue(), in VisitPackedSwitch()
Ddead_code_elimination.cc64 int32_t start_value = switch_instruction->GetStartValue(); in MarkReachableBlocks()
Dcode_generator_x86.cc7452 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
7477 int32_t lower_bound = switch_instr->GetStartValue(); in VisitX86PackedSwitch()
Dcode_generator_arm_vixl.cc9183 if (switch_instr->GetStartValue() != 0) { in VisitPackedSwitch()
9191 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
Dcode_generator_mips.cc9421 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
9463 int32_t lower_bound = switch_instr->GetStartValue(); in VisitMipsPackedSwitch()
Dcode_generator_arm64.cc5754 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
Dnodes.h3389 int32_t GetStartValue() const { return start_value_; } in GetStartValue() function
Dcode_generator_mips64.cc7170 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
Dcode_generator_x86_64.cc6790 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()