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

  /art/compiler/dex/quick/arm/
call_arm.cc 83 LIR* it = OpIT(kCondEq, "");
228 LIR* it = OpIT(kCondEq, "");
233 it = OpIT(kCondNe, "T");
298 LIR* it = OpIT(kCondEq, "EE");
int_arm.cc 43 LIR* ArmMir2Lir::OpIT(ConditionCode ccode, const char* guide) {
64 LOG(FATAL) << "OAT: bad case in OpIT";
135 LIR* it = OpIT(kCondHi, "E");
217 LIR* it = OpIT(kCondNe, "");
224 LIR* it = OpIT(code, "E"); // if-convert the test
253 LIR* it = OpIT(true_val == 0 ? kCondNe : kCondUge, "");
259 LIR* it = OpIT(kCondLs, "");
264 LIR* it = OpIT(ccode, "E");
275 LIR* it = OpIT(ccode, "E");
290 it = OpIT(NegateComparison(ccode), "")
    [all...]
fp_arm.cc 311 LIR* it = OpIT((default_result == -1) ? kCondGt : kCondMi, "");
316 it = OpIT(kCondEq, "");
codegen_arm.h 144 LIR* OpIT(ConditionCode cond, const char* guide);
  /art/compiler/dex/quick/mips/
codegen_mips.h 142 LIR* OpIT(ConditionCode cond, const char* guide);
int_mips.cc 385 LIR* MipsMir2Lir::OpIT(ConditionCode cond, const char* guide) {
386 LOG(FATAL) << "Unexpected use of OpIT in Mips";
  /art/compiler/dex/quick/arm64/
codegen_arm64.h 210 LIR* OpIT(ConditionCode cond, const char* guide) OVERRIDE;
int_arm64.cc 34 LIR* Arm64Mir2Lir::OpIT(ConditionCode ccode, const char* guide) {
35 LOG(FATAL) << "Unexpected use of OpIT for Arm64";
    [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 269 LIR* OpIT(ConditionCode cond, const char* guide) OVERRIDE;
    [all...]
int_x86.cc     [all...]
  /art/compiler/dex/quick/
gen_common.cc     [all...]
mir_to_lir.h     [all...]

Completed in 141 milliseconds