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

  /art/compiler/dex/quick/
gen_loadstore.cc 171 LIR* def_start; local
203 def_start = last_lir_insn_;
210 MarkDef(rl_dest, def_start, def_end);
238 LIR* def_start; local
278 def_start = last_lir_insn_;
285 MarkDefWide(rl_dest, def_start, def_end);
ralloc_util.cc 67 p[i].live, p[i].dirty, p[i].s_reg, reinterpret_cast<uintptr_t>(p[i].def_start),
87 p[i].def_start = NULL;
528 p->def_start = start->next;
543 p->def_start = start->next;
554 info_lo->def_start = NULL;
559 info_hi->def_start = NULL;
572 NullifyRange(p->def_start, p->def_end, p->s_reg, rl.s_reg_low);
583 NullifyRange(p_low->def_start, p_low->def_end, p_low->s_reg, rl.s_reg_low);
735 DCHECK(reg_pool_->core_regs[i].def_start == NULL);
    [all...]
mir_to_lir-inl.h 32 p->def_start = NULL;
mir_to_lir.h 208 LIR *def_start; // Starting inst in last def sequence. member in struct:art::Mir2Lir::RegisterInfo
    [all...]

Completed in 97 milliseconds