Searched defs:OpEndIT (Results 1 - 4 of 4) sorted by relevance

/art/compiler/dex/quick/mips/
H A Dint_mips.cc484 void MipsMir2Lir::OpEndIT(LIR* it) { function in class:art::MipsMir2Lir
486 LOG(FATAL) << "Unexpected use of OpEndIT in Mips";
/art/compiler/dex/quick/arm/
H A Dint_arm.cc110 void ArmMir2Lir::OpEndIT(LIR* it) { function in class:art::ArmMir2Lir
149 OpEndIT(it);
231 OpEndIT(it);
239 OpEndIT(it);
268 OpEndIT(it); // Add a scheduling barrier to keep the IT shadow intact
274 OpEndIT(it); // Add a scheduling barrier to keep the IT shadow intact
280 OpEndIT(it); // Add a scheduling barrier to keep the IT shadow intact
291 OpEndIT(it); // Add a scheduling barrier to keep the IT shadow intact
313 OpEndIT(it); // Add a scheduling barrier to keep the IT shadow intact
780 OpEndIT(i
[all...]
/art/compiler/dex/quick/arm64/
H A Dint_arm64.cc46 void Arm64Mir2Lir::OpEndIT(LIR* it) { function in class:art::Arm64Mir2Lir
48 LOG(FATAL) << "Unexpected use of OpEndIT for Arm64";
/art/compiler/dex/quick/x86/
H A Dint_x86.cc1617 void X86Mir2Lir::OpEndIT(LIR* it) { function in class:art::X86Mir2Lir
1619 LOG(FATAL) << "Unexpected use of OpEndIT in x86";

Completed in 1442 milliseconds