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

  /art/compiler/dex/quick/
local_optimizations.cc 79 * this_lir).
84 void Mir2Lir::DumpDependentInsnPair(LIR* check_lir, LIR* this_lir, const char* type) {
89 DumpLIRInsn(this_lir, 0);
148 LIR* this_lir, *check_lir; local
155 for (this_lir = head_lir; this_lir != tail_lir; this_lir = NEXT_LIR(this_lir)) {
156 if (this_lir->flags.is_nop || IsPseudoLirOp(this_lir->opcode))
319 LIR* this_lir, *check_lir; local
    [all...]
mir_to_lir.h 673 void DumpDependentInsnPair(LIR* check_lir, LIR* this_lir, const char* type);
    [all...]

Completed in 56 milliseconds