Searched refs:start_value (Results 1 - 3 of 3) sorted by path

/art/compiler/optimizing/
H A Ddead_code_elimination.cc58 int32_t start_value = switch_instruction->GetStartValue(); local
63 static_cast<uint32_t>(switch_value) - static_cast<uint32_t>(start_value);
H A Dnodes.h2874 HPackedSwitch(int32_t start_value, argument
2879 start_value_(start_value),
H A Dnodes_x86.h81 HX86PackedSwitch(int32_t start_value, argument
87 start_value_(start_value),

Completed in 35 milliseconds