Searched refs:GenLargePackedSwitch (Results 1 – 10 of 10) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 58 void X86Mir2Lir::GenLargePackedSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) { in GenLargePackedSwitch() function in art::X86Mir2Lir
|
D | codegen_x86.h | 280 void GenLargePackedSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) OVERRIDE;
|
/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 145 void MipsMir2Lir::GenLargePackedSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) { in GenLargePackedSwitch() function in art::MipsMir2Lir
|
D | codegen_mips.h | 190 void GenLargePackedSwitch(MIR* mir, uint32_t table_offset, RegLocation rl_src);
|
/art/compiler/dex/quick/arm/ |
D | codegen_arm.h | 191 void GenLargePackedSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src);
|
D | call_arm.cc | 101 void ArmMir2Lir::GenLargePackedSwitch(MIR* mir, uint32_t table_offset, RegLocation rl_src) { in GenLargePackedSwitch() function in art::ArmMir2Lir
|
/art/compiler/dex/quick/arm64/ |
D | call_arm64.cc | 104 void Arm64Mir2Lir::GenLargePackedSwitch(MIR* mir, uint32_t table_offset, RegLocation rl_src) { in GenLargePackedSwitch() function in art::Arm64Mir2Lir
|
D | codegen_arm64.h | 193 void GenLargePackedSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) OVERRIDE;
|
/art/compiler/dex/quick/ |
D | mir_to_lir.h | 1393 virtual void GenLargePackedSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) = 0;
|
D | gen_common.cc | 2223 GenLargePackedSwitch(mir, table_offset, rl_src); in GenPackedSwitch()
|