Searched refs:GetStartValue (Results 1 - 10 of 10) sorted by last modified time

/art/compiler/optimizing/
H A Dcode_generator_arm.cc6640 if (switch_instr->GetStartValue() != 0) {
6647 int32_t lower_bound = switch_instr->GetStartValue();
H A Dcode_generator_arm64.cc4746 int32_t lower_bound = switch_instr->GetStartValue();
H A Dcode_generator_mips.cc5135 int32_t lower_bound = switch_instr->GetStartValue();
H A Dcode_generator_mips64.cc4140 int32_t lower_bound = switch_instr->GetStartValue();
H A Dcode_generator_x86.cc7069 int32_t lower_bound = switch_instr->GetStartValue();
7094 int32_t lower_bound = switch_instr->GetStartValue();
H A Dcode_generator_x86_64.cc6487 int32_t lower_bound = switch_instr->GetStartValue();
H A Ddead_code_elimination.cc58 int32_t start_value = switch_instruction->GetStartValue();
H A Dnodes.h2886 int32_t GetStartValue() const { return start_value_; } function in class:art::HTryBoundary::HClassTableGet::HPackedSwitch
H A Dnodes_x86.h95 int32_t GetStartValue() const { return start_value_; } function in class:art::HX86PackedSwitch
H A Dpc_relative_fixups_x86.cc149 switch_insn->GetStartValue(),

Completed in 132 milliseconds