Searched refs:GenLargePackedSwitch (Results 1 - 10 of 10) sorted by relevance

/art/compiler/dex/quick/x86/
H A Dcall_x86.cc58 void X86Mir2Lir::GenLargePackedSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) { function in class:art::X86Mir2Lir
H A Dcodegen_x86.h280 void GenLargePackedSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) OVERRIDE;
/art/compiler/dex/quick/arm/
H A Dcodegen_arm.h191 void GenLargePackedSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src);
H A Dcall_arm.cc101 void ArmMir2Lir::GenLargePackedSwitch(MIR* mir, uint32_t table_offset, RegLocation rl_src) { function in class:art::ArmMir2Lir
/art/compiler/dex/quick/arm64/
H A Dcall_arm64.cc104 void Arm64Mir2Lir::GenLargePackedSwitch(MIR* mir, uint32_t table_offset, RegLocation rl_src) { function in class:art::Arm64Mir2Lir
H A Dcodegen_arm64.h193 void GenLargePackedSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) OVERRIDE;
/art/compiler/dex/quick/mips/
H A Dcall_mips.cc145 void MipsMir2Lir::GenLargePackedSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) { function in class:art::MipsMir2Lir
H A Dcodegen_mips.h190 void GenLargePackedSwitch(MIR* mir, uint32_t table_offset, RegLocation rl_src);
/art/compiler/dex/quick/
H A Dmir_to_lir.h1393 virtual void GenLargePackedSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) = 0;
H A Dgen_common.cc2223 GenLargePackedSwitch(mir, table_offset, rl_src);

Completed in 1503 milliseconds