Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dralloc_util.cc565 RegisterInfo* p_lo = GetRegInfo(reg.GetLow()); in IsLive() local
567 DCHECK_EQ(p_lo->IsLive(), p_hi->IsLive()); in IsLive()
568 res = p_lo->IsLive() || p_hi->IsLive(); in IsLive()
579 RegisterInfo* p_lo = GetRegInfo(reg.GetLow()); in IsTemp() local
581 res = p_lo->IsTemp() || p_hi->IsTemp(); in IsTemp()
592 RegisterInfo* p_lo = GetRegInfo(reg.GetLow()); in IsPromoted() local
594 res = !p_lo->IsTemp() || !p_hi->IsTemp(); in IsPromoted()
605 RegisterInfo* p_lo = GetRegInfo(reg.GetLow()); in IsDirty() local
607 res = p_lo->IsDirty() || p_hi->IsDirty(); in IsDirty()
623 RegisterInfo* p_lo = GetRegInfo(reg.GetLow()); in LockTemp() local
[all …]