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

  /art/compiler/dex/quick/arm/
call_arm.cc 46 void ArmMir2Lir::GenLargeSparseSwitch(MIR* mir, uint32_t table_offset, RegLocation rl_src) {
  /art/compiler/dex/quick/arm64/
call_arm64.cc 46 void Arm64Mir2Lir::GenLargeSparseSwitch(MIR* mir, uint32_t table_offset, RegLocation rl_src) {
  /art/compiler/dex/quick/mips/
call_mips.cc 64 void MipsMir2Lir::GenLargeSparseSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) {
  /art/compiler/dex/quick/x86/
call_x86.cc 30 void X86Mir2Lir::GenLargeSparseSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) {

Completed in 349 milliseconds