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

/art/compiler/optimizing/
H A Dload_store_analysis.h118 ReferenceInfo* GetReferenceInfo() const { return ref_info_; } function in class:art::HeapLocation
288 if (loc->GetReferenceInfo() == ref_info &&
392 if (!CanReferencesAlias(loc1->GetReferenceInfo(), loc2->GetReferenceInfo())) {
474 if (location->GetReferenceInfo()->IsSingleton()) {
479 HInstruction* ref = location->GetReferenceInfo()->GetReference();
H A Dload_store_elimination.cc369 ReferenceInfo* ref_info = location->GetReferenceInfo();
405 ReferenceInfo* ref_info = heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo();
808 ReferenceInfo* ref_info = heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo();
832 ReferenceInfo* ref_info = heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo();
892 heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo()->GetReference();
920 HInstruction* ref = location->GetReferenceInfo()->GetReference();

Completed in 46 milliseconds