HomeSort by relevance Sort by last modified time
    Searched defs:GenLargePackedSwitch (Results 1 - 4 of 4) sorted by null

  /art/compiler/dex/quick/x86/
call_x86.cc 58 void X86Mir2Lir::GenLargePackedSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) {
  /art/compiler/dex/quick/arm/
call_arm.cc 101 void ArmMir2Lir::GenLargePackedSwitch(MIR* mir, uint32_t table_offset, RegLocation rl_src) {
  /art/compiler/dex/quick/arm64/
call_arm64.cc 104 void Arm64Mir2Lir::GenLargePackedSwitch(MIR* mir, uint32_t table_offset, RegLocation rl_src) {
  /art/compiler/dex/quick/mips/
call_mips.cc 145 void MipsMir2Lir::GenLargePackedSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) {

Completed in 43 milliseconds