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

/art/compiler/dex/quick/mips/
H A Dint_mips.cc390 void MipsMir2Lir::OpEndIT(LIR* it) { function in class:art::MipsMir2Lir
391 LOG(FATAL) << "Unexpected use of OpEndIT in Mips";
/art/compiler/dex/quick/arm/
H A Dint_arm.cc99 void ArmMir2Lir::OpEndIT(LIR* it) { function in class:art::ArmMir2Lir
138 OpEndIT(it);
219 OpEndIT(it);
227 OpEndIT(it);
255 OpEndIT(it); // Add a scheduling barrier to keep the IT shadow intact
261 OpEndIT(it); // Add a scheduling barrier to keep the IT shadow intact
267 OpEndIT(it); // Add a scheduling barrier to keep the IT shadow intact
278 OpEndIT(it); // Add a scheduling barrier to keep the IT shadow intact
300 OpEndIT(it); // Add a scheduling barrier to keep the IT shadow intact
746 OpEndIT(i
[all...]
/art/compiler/dex/quick/arm64/
H A Dint_arm64.cc39 void Arm64Mir2Lir::OpEndIT(LIR* it) { function in class:art::Arm64Mir2Lir
40 LOG(FATAL) << "Unexpected use of OpEndIT for Arm64";
/art/compiler/dex/quick/x86/
H A Dint_x86.cc1257 void X86Mir2Lir::OpEndIT(LIR* it) { function in class:art::X86Mir2Lir
1258 LOG(FATAL) << "Unexpected use of OpEndIT in x86";

Completed in 127 milliseconds