Searched refs:GenFusedLongCmpBranch (Results 1 – 10 of 10) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | codegen_mips.h | 179 void GenFusedLongCmpBranch(BasicBlock* bb, MIR* mir);
|
D | int_mips.cc | 298 void MipsMir2Lir::GenFusedLongCmpBranch(BasicBlock* bb, MIR* mir) { in GenFusedLongCmpBranch() function in art::MipsMir2Lir
|
/art/compiler/dex/quick/arm/ |
D | codegen_arm.h | 178 void GenFusedLongCmpBranch(BasicBlock* bb, MIR* mir);
|
D | int_arm.cc | 318 void ArmMir2Lir::GenFusedLongCmpBranch(BasicBlock* bb, MIR* mir) { in GenFusedLongCmpBranch() function in art::ArmMir2Lir
|
/art/compiler/dex/quick/arm64/ |
D | codegen_arm64.h | 179 void GenFusedLongCmpBranch(BasicBlock* bb, MIR* mir) OVERRIDE;
|
D | int_arm64.cc | 223 void Arm64Mir2Lir::GenFusedLongCmpBranch(BasicBlock* bb, MIR* mir) { in GenFusedLongCmpBranch() function in art::Arm64Mir2Lir
|
/art/compiler/dex/quick/x86/ |
D | codegen_x86.h | 269 void GenFusedLongCmpBranch(BasicBlock* bb, MIR* mir) OVERRIDE;
|
D | int_x86.cc | 388 void X86Mir2Lir::GenFusedLongCmpBranch(BasicBlock* bb, MIR* mir) { in GenFusedLongCmpBranch() function in art::X86Mir2Lir
|
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 1172 GenFusedLongCmpBranch(bb, mir); in HandleExtendedMethodMIR()
|
D | mir_to_lir.h | 1343 virtual void GenFusedLongCmpBranch(BasicBlock* bb, MIR* mir) = 0;
|