Searched refs:GetDefinedBy (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dregister_allocator.cc486 HInstruction* defined_by = current->GetParent()->GetDefinedBy();
713 HInstruction* defined_by = current->GetDefinedBy();
1013 << split->GetParent()->GetDefinedBy()->DebugName() << " "
1014 << split->GetParent()->GetDefinedBy()->GetId()
1210 HInstruction* defined_by = parent->GetDefinedBy();
1492 InsertMoveAfter(interval->GetDefinedBy(),
1527 AddInputMoveFor(interval->GetDefinedBy(), use->GetUser(), source, expected_location);
1560 InsertParallelMoveAt(current->GetEnd(), interval->GetDefinedBy(), source, destination);
1647 interval->GetParent()->GetDefinedBy(),
1653 interval->GetParent()->GetDefinedBy(),
[all...]
H A Dssa_liveness_analysis.cc436 LocationSummary* locations = GetDefinedBy()->GetLocations();
441 GetDefinedBy()->InputAt(0)->GetLiveInterval()->GetSiblingAt(GetStart() - 1);
493 HInstruction* defined_by = GetParent()->GetDefinedBy();
H A Dregister_allocator_test.cc821 locations = new (&allocator) LocationSummary(first->GetDefinedBy(), LocationSummary::kNoCall);
829 locations = new (&allocator) LocationSummary(second->GetDefinedBy(), LocationSummary::kNoCall);
842 locations = new (&allocator) LocationSummary(third->GetDefinedBy(), LocationSummary::kNoCall);
850 locations = new (&allocator) LocationSummary(fourth->GetDefinedBy(), LocationSummary::kNoCall);
H A Dssa_liveness_analysis.h541 HInstruction* GetDefinedBy() const { function in class:art::LiveInterval
972 if (GetDefinedBy()->GetLifetimePosition() >= current->GetHeader()->GetLifetimeStart()) {

Completed in 184 milliseconds