Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc365 LiveInterval* existing = GetParent()->GetSiblingAt(position); in FindFirstRegisterHint()
443 LiveInterval* input_interval = inputs[i]->GetLiveInterval()->GetSiblingAt(end - 1); in FindHintAtDefinition()
460 GetDefinedBy()->InputAt(0)->GetLiveInterval()->GetSiblingAt(GetStart() - 1); in FindHintAtDefinition()
535 LiveInterval* sibling = GetSiblingAt(position); in GetLocationAt()
540 LiveInterval* LiveInterval::GetSiblingAt(size_t position) { in GetSiblingAt() function in art::LiveInterval
Dregister_allocation_resolver.cc161 LiveInterval* sibling = interval->GetSiblingAt(block->GetLifetimeStart()); in Resolve()
428 LiveInterval* destination = interval->GetSiblingAt(destination_position); in ConnectSplitSiblings()
429 LiveInterval* source = interval->GetSiblingAt(source_position); in ConnectSplitSiblings()
Dregister_allocator_graph_color.cc1173 if (inputs[i]->GetLiveInterval()->GetSiblingAt(def_position) == input_interval) { in CheckInputOutputCanOverlap()
1342 LiveInterval* existing = interval->GetParent()->GetSiblingAt(position); in FindCoalesceOpportunities()
1365 LiveInterval* input_interval = inputs[i]->GetLiveInterval()->GetSiblingAt(position); in FindCoalesceOpportunities()
1380 = defined_by->InputAt(0)->GetLiveInterval()->GetSiblingAt(interval->GetStart() - 1); in FindCoalesceOpportunities()
1407 LiveInterval* input_interval = inputs[i]->GetLiveInterval()->GetSiblingAt(def_point); in FindCoalesceOpportunities()
Dssa_liveness_analysis.h806 LiveInterval* GetSiblingAt(size_t position);