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

  /art/compiler/dex/quick/arm/
call_arm.cc 85 OpEndIT(it);
231 OpEndIT(it);
239 OpEndIT(it);
308 OpEndIT(it);
int_arm.cc 99 void ArmMir2Lir::OpEndIT(LIR* it) {
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(it)
    [all...]
fp_arm.cc 314 OpEndIT(it);
318 OpEndIT(it);
codegen_arm.h 146 void OpEndIT(LIR* it);
  /art/compiler/dex/quick/mips/
codegen_mips.h 143 void OpEndIT(LIR* it);
int_mips.cc 390 void MipsMir2Lir::OpEndIT(LIR* it) {
391 LOG(FATAL) << "Unexpected use of OpEndIT in Mips";
  /art/compiler/dex/quick/arm64/
codegen_arm64.h 211 void OpEndIT(LIR* it) OVERRIDE;
int_arm64.cc 39 void Arm64Mir2Lir::OpEndIT(LIR* it) {
40 LOG(FATAL) << "Unexpected use of OpEndIT for Arm64";
    [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 270 void OpEndIT(LIR* it) OVERRIDE;
    [all...]
int_x86.cc     [all...]
  /art/compiler/dex/quick/
gen_common.cc     [all...]
mir_to_lir.h     [all...]

Completed in 299 milliseconds