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

/art/compiler/optimizing/
H A Dload_store_elimination.cc142 ReferenceInfo* GetReferenceInfo() const { return ref_info_; } function in class:art::HeapLocation
251 if (loc->GetReferenceInfo() == ref_info &&
348 if (!CanReferencesAlias(loc1->GetReferenceInfo(), loc2->GetReferenceInfo())) {
626 ReferenceInfo* ref_info = location->GetReferenceInfo();
917 ReferenceInfo* ref_info = heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo();
982 heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo()->GetReference();

Completed in 23 milliseconds