Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc348 LiveInterval* existing = GetParent()->GetSiblingAt(position); in FindFirstRegisterHint()
424 LiveInterval* input_interval = input->GetLiveInterval()->GetSiblingAt(end - 1); in FindHintAtDefinition()
441 GetDefinedBy()->InputAt(0)->GetLiveInterval()->GetSiblingAt(GetStart() - 1); in FindHintAtDefinition()
509 LiveInterval* sibling = GetSiblingAt(position); in GetLocationAt()
514 LiveInterval* LiveInterval::GetSiblingAt(size_t position) { in GetSiblingAt() function in art::LiveInterval
Dregister_allocator.cc1629 LiveInterval* destination = interval->GetSiblingAt(to->GetLifetimeStart()); in ConnectSplitSiblings()
1630 LiveInterval* source = interval->GetSiblingAt(from->GetLifetimeEnd() - 1); in ConnectSplitSiblings()
Dssa_liveness_analysis.h717 LiveInterval* GetSiblingAt(size_t position);