Searched refs:GenLargeSparseSwitch (Results 1 – 10 of 10) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 30 void X86Mir2Lir::GenLargeSparseSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) { in GenLargeSparseSwitch() function in art::X86Mir2Lir
|
D | codegen_x86.h | 250 void GenLargeSparseSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) OVERRIDE;
|
/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 64 void MipsMir2Lir::GenLargeSparseSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) { in GenLargeSparseSwitch() function in art::MipsMir2Lir
|
D | codegen_mips.h | 132 void GenLargeSparseSwitch(MIR* mir, uint32_t table_offset, RegLocation rl_src);
|
/art/compiler/dex/quick/arm64/ |
D | call_arm64.cc | 46 void Arm64Mir2Lir::GenLargeSparseSwitch(MIR* mir, uint32_t table_offset, RegLocation rl_src) { in GenLargeSparseSwitch() function in art::Arm64Mir2Lir
|
D | codegen_arm64.h | 201 void GenLargeSparseSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) OVERRIDE;
|
/art/compiler/dex/quick/arm/ |
D | codegen_arm.h | 135 void GenLargeSparseSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src);
|
D | call_arm.cc | 46 void ArmMir2Lir::GenLargeSparseSwitch(MIR* mir, uint32_t table_offset, RegLocation rl_src) { in GenLargeSparseSwitch() function in art::ArmMir2Lir
|
/art/compiler/dex/quick/ |
D | mir_to_lir.h | 1375 virtual void GenLargeSparseSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) = 0;
|
D | gen_common.cc | 2128 GenLargeSparseSwitch(mir, table_offset, rl_src); in GenSparseSwitch()
|