Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc640 if (current->IsHighInterval() && !current->GetLowInterval()->HasRegister()) { in LinearScan()
894 DCHECK_EQ(intervals->Get(index - 1), interval->GetLowInterval()); in PotentiallyRemoveOtherHalf()
1000 DCHECK_EQ(existing->GetLowInterval(), current); in AllocateBlockedReg()
1105 array->InsertAt(insert_at + 1, interval->GetLowInterval()); in AddSorted()
1178 interval->GetLowInterval()->ClearRegister(); in Split()
1188 LiveInterval* low = interval->GetLowInterval()->SplitAt(position); in Split()
Dssa_liveness_analysis.h733 LiveInterval* GetLowInterval() const { in GetLowInterval() function