Home
last modified time | relevance | path

Searched refs:GetSiblingAt (Results 1 – 3 of 3) 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()
539 LiveInterval* sibling = GetSiblingAt(position); in GetLocationAt()
544 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()
Dssa_liveness_analysis.h806 LiveInterval* GetSiblingAt(size_t position);