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

/art/compiler/dex/quick/
H A Dlocal_optimizations.cc50 * this_lir).
74 LIR* this_lir; local
80 for (this_lir = PREV_LIR(tail_lir); this_lir != head_lir; this_lir = PREV_LIR(this_lir)) {
81 if (is_pseudo_opcode(this_lir->opcode)) {
87 uint64_t target_flags = GetTargetInstFlags(this_lir->opcode);
90 if ((this_lir->flags.is_nop == true) ||
102 native_reg_id = (GetTargetInstFlags(this_lir
275 LIR* this_lir, *check_lir; local
477 LIR* this_lir; local
[all...]

Completed in 24 milliseconds