Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc213 interval->GetLowInterval()->ClearRegister(); in Split()
223 LiveInterval* low = interval->GetLowInterval()->SplitAt(position); in Split()
Dregister_allocator_linear_scan.cc562 if (current->IsHighInterval() && !current->GetLowInterval()->HasRegister()) { in LinearScan()
833 DCHECK_EQ(*(pos - 1), interval->GetLowInterval()); in RemoveIntervalAndPotentialOtherHalf()
982 DCHECK_EQ(existing->GetLowInterval(), current); in AllocateBlockedReg()
1073 array->insert(insert_pos, { interval, interval->GetLowInterval() }); in AddSorted()
1082 DCHECK(!interval->GetLowInterval()->HasRegister()); in AllocateSpillSlotFor()
1083 DCHECK(interval->GetLowInterval()->GetParent()->HasSpillSlot()); in AllocateSpillSlotFor()
Dssa_liveness_analysis.h822 LiveInterval* GetLowInterval() const { in GetLowInterval() function