Searched refs:GenSelect (Results 1 – 12 of 12) sorted by relevance
/art/test/003-omnibus-opcodes/src/ |
D | GenSelect.java | 17 public class GenSelect { class
|
D | Main.java | 73 GenSelect.run(); in run()
|
/art/compiler/dex/quick/arm64/ |
D | codegen_arm64.h | 180 void GenSelect(BasicBlock* bb, MIR* mir) OVERRIDE; 392 void GenSelect(int32_t left, int32_t right, ConditionCode code, RegStorage rs_dest,
|
D | int_arm64.cc | 99 void Arm64Mir2Lir::GenSelect(int32_t true_val, int32_t false_val, ConditionCode ccode, in GenSelect() function in art::Arm64Mir2Lir 188 GenSelect(true_val, false_val, code, rs_dest, dest_reg_class); in GenSelectConst32() 191 void Arm64Mir2Lir::GenSelect(BasicBlock* bb, MIR* mir) { in GenSelect() function in art::Arm64Mir2Lir 203 GenSelect(mir->dalvikInsn.vB, mir->dalvikInsn.vC, mir->meta.ccode, rl_result.reg, in GenSelect()
|
/art/compiler/dex/quick/mips/ |
D | codegen_mips.h | 180 void GenSelect(BasicBlock* bb, MIR* mir);
|
D | int_mips.cc | 293 void MipsMir2Lir::GenSelect(BasicBlock* bb, MIR* mir) { in GenSelect() function in art::MipsMir2Lir
|
/art/compiler/dex/quick/arm/ |
D | codegen_arm.h | 179 void GenSelect(BasicBlock* bb, MIR* mir);
|
D | int_arm.cc | 242 void ArmMir2Lir::GenSelect(BasicBlock* bb, MIR* mir) { in GenSelect() function in art::ArmMir2Lir
|
/art/compiler/dex/quick/x86/ |
D | codegen_x86.h | 270 void GenSelect(BasicBlock* bb, MIR* mir) OVERRIDE;
|
D | int_x86.cc | 273 void X86Mir2Lir::GenSelect(BasicBlock* bb, MIR* mir) { in GenSelect() function in art::X86Mir2Lir
|
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 1175 GenSelect(bb, mir); in HandleExtendedMethodMIR()
|
D | mir_to_lir.h | 1358 virtual void GenSelect(BasicBlock* bb, MIR* mir) = 0;
|