Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc400 LiveInterval* existing = GetParent()->GetSiblingAt(position); in FindFirstRegisterHint()
477 LiveInterval* input_interval = input->GetLiveInterval()->GetSiblingAt(end - 1); in FindHintAtDefinition()
494 GetDefinedBy()->InputAt(0)->GetLiveInterval()->GetSiblingAt(GetStart() - 1); in FindHintAtDefinition()
562 LiveInterval* sibling = GetSiblingAt(position); in GetLocationAt()
567 LiveInterval* LiveInterval::GetSiblingAt(size_t position) { in GetSiblingAt() function in art::LiveInterval
Dregister_allocator.cc1758 LiveInterval* destination = interval->GetSiblingAt(destination_position); in ConnectSplitSiblings()
1759 LiveInterval* source = interval->GetSiblingAt(source_position); in ConnectSplitSiblings()
1932 LiveInterval* sibling = interval->GetSiblingAt(block->GetLifetimeStart()); in Resolve()
Dssa_liveness_analysis.h730 LiveInterval* GetSiblingAt(size_t position);