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

  /art/compiler/dex/quick/
ralloc_util.cc 551 RegisterInfo* info_hi = GetRegInfo(rl.high_reg); local
557 if (info_hi->is_temp) {
558 info_hi->pair = false;
559 info_hi->def_start = NULL;
560 info_hi->def_end = NULL;
672 RegisterInfo* info_hi = GetRegInfo(high_reg); local
673 info_lo->pair = info_hi->pair = true;
675 info_hi->partner = low_reg;
783 RegisterInfo* info_hi = AllocLive(GetSRegHi(loc.s_reg_low), kAnyReg); local
786 match = match && (info_hi != NULL)
    [all...]

Completed in 41 milliseconds