Home
last modified time | relevance | path

Searched defs:GenLargePackedSwitch (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/x86/
Dcall_x86.cc58 void X86Mir2Lir::GenLargePackedSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) { in GenLargePackedSwitch() function in art::X86Mir2Lir
/art/compiler/dex/quick/mips/
Dcall_mips.cc145 void MipsMir2Lir::GenLargePackedSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) { in GenLargePackedSwitch() function in art::MipsMir2Lir
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc104 void Arm64Mir2Lir::GenLargePackedSwitch(MIR* mir, uint32_t table_offset, RegLocation rl_src) { in GenLargePackedSwitch() function in art::Arm64Mir2Lir
/art/compiler/dex/quick/arm/
Dcall_arm.cc101 void ArmMir2Lir::GenLargePackedSwitch(MIR* mir, uint32_t table_offset, RegLocation rl_src) { in GenLargePackedSwitch() function in art::ArmMir2Lir