HomeSort by relevance Sort by last modified time
    Searched refs:GetDefinedBy (Results 1 - 4 of 4) sorted by null

  /art/compiler/optimizing/
register_allocator.cc 506 HInstruction* defined_by = current->GetParent()->GetDefinedBy();
752 HInstruction* defined_by = current->GetDefinedBy();
    [all...]
ssa_liveness_analysis.cc 489 LocationSummary* locations = GetDefinedBy()->GetLocations();
494 GetDefinedBy()->InputAt(0)->GetLiveInterval()->GetSiblingAt(GetStart() - 1);
546 HInstruction* defined_by = GetParent()->GetDefinedBy();
register_allocator_test.cc 854 locations = new (&allocator) LocationSummary(first->GetDefinedBy(), LocationSummary::kNoCall);
    [all...]
ssa_liveness_analysis.h 545 HInstruction* GetDefinedBy() const {
    [all...]

Completed in 222 milliseconds