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

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

Completed in 36 milliseconds