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
Dpc_relative_fixups_mips.cc116 switch_insn->GetStartValue(), in VisitPackedSwitch()
Dpc_relative_fixups_x86.cc154 switch_insn->GetStartValue(), in VisitPackedSwitch()
Dnodes_x86.h108 int32_t GetStartValue() const { return start_value_; } in GetStartValue() function
Ddead_code_elimination.cc64 int32_t start_value = switch_instruction->GetStartValue(); in MarkReachableBlocks()
Dcode_generator_x86.cc8009 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
8034 int32_t lower_bound = switch_instr->GetStartValue(); in VisitX86PackedSwitch()
Dcode_generator_arm_vixl.cc9116 if (switch_instr->GetStartValue() != 0) { in VisitPackedSwitch()
9124 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
Dcode_generator_mips.cc10085 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
10127 int32_t lower_bound = switch_instr->GetStartValue(); in VisitMipsPackedSwitch()
Dcode_generator_arm64.cc5620 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
Dnodes.h3450 int32_t GetStartValue() const { return start_value_; } in GetStartValue() function
Dcode_generator_mips64.cc7570 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()
Dcode_generator_x86_64.cc7269 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch()