HomeSort by relevance Sort by last modified time
    Searched defs:OpEndIT (Results 1 - 4 of 4) sorted by null

  /art/compiler/dex/quick/mips/
int_mips.cc 484 void MipsMir2Lir::OpEndIT(LIR* it) {
486 LOG(FATAL) << "Unexpected use of OpEndIT in Mips";
  /art/compiler/dex/quick/arm/
int_arm.cc 110 void ArmMir2Lir::OpEndIT(LIR* it) {
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(it)
    [all...]
  /art/compiler/dex/quick/arm64/
int_arm64.cc 46 void Arm64Mir2Lir::OpEndIT(LIR* it) {
48 LOG(FATAL) << "Unexpected use of OpEndIT for Arm64";
    [all...]
  /art/compiler/dex/quick/x86/
int_x86.cc     [all...]

Completed in 31 milliseconds