Home
last modified time | relevance | path

Searched refs:home (Results 1 – 7 of 7) sorted by relevance

/art/compiler/dex/
Dreg_location.h51 unsigned home:1; // Does this represent the home location? member
Dvreg_analysis.cc416 table[i].high_word ? 'H' : 'L', table[i].home ? 'h' : 't', in DumpRegLocTable()
428 table[i].high_word ? 'H' : 'L', table[i].home ? 'h' : 't', in DumpRegLocTable()
/art/compiler/dex/quick/
Dralloc_util.cc923 if (loc.home) { in MarkDirty()
1346 curr->home = true; in DoPromotion()
Dgen_invoke.cc378 rl_src.home = false; in FlushIns()
/art/compiler/dex/quick/arm64/
Dtarget_arm64.cc923 rl_src.home = false; in FlushIns()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc943 << (loc.home ? " H" : " ") in DumpRegLocation()
2478 rl_src.home = false; in FlushIns()
Dint_x86.cc920 return rl.reg.Valid() && rl.reg.GetReg() == reg.GetReg() && (pMir2Lir->IsLive(reg) || rl.home); in IsInReg()