Home
last modified time | relevance | path

Searched refs:HX86PackedSwitch (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dpc_relative_fixups_x86.cc153 HX86PackedSwitch* x86_switch = new (graph->GetAllocator()) HX86PackedSwitch( in VisitPackedSwitch()
Dnodes_x86.h92 class HX86PackedSwitch final : public HExpression<2> {
94 HX86PackedSwitch(int32_t start_value, in HX86PackedSwitch() function
Dcode_generator_x86.h517 Address LiteralCaseTable(HX86PackedSwitch* switch_instr, Register reg, Register value);
Dcode_generator_x86.cc8021 void LocationsBuilderX86::VisitX86PackedSwitch(HX86PackedSwitch* switch_instr) { in VisitX86PackedSwitch()
8033 void InstructionCodeGeneratorX86::VisitX86PackedSwitch(HX86PackedSwitch* switch_instr) { in VisitX86PackedSwitch()
8203 JumpTableRIPFixup(CodeGeneratorX86& codegen, HX86PackedSwitch* switch_instr) in JumpTableRIPFixup()
8233 const HX86PackedSwitch* switch_instr_;
8331 Address CodeGeneratorX86::LiteralCaseTable(HX86PackedSwitch* switch_instr, in LiteralCaseTable()