Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_analysis.h120 ReferenceInfo* GetReferenceInfo() const { return ref_info_; } in GetReferenceInfo() function
309 if (loc->GetReferenceInfo() == ref_info && in FindHeapLocationIndex()
414 if (!CanReferencesAlias(loc1->GetReferenceInfo(), loc2->GetReferenceInfo())) { in ComputeMayAlias()
503 if (location->GetReferenceInfo()->IsSingleton()) { in VisitInstanceFieldSet()
508 HInstruction* ref = location->GetReferenceInfo()->GetReference(); in VisitInstanceFieldSet()
Dload_store_elimination.cc377 ReferenceInfo* ref_info = location->GetReferenceInfo(); in HandleLoopSideEffects()
413 ReferenceInfo* ref_info = heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo(); in MergePredecessorValues()
659 ReferenceInfo* ref_info = heap_location_collector_.GetHeapLocation(idx)->GetReferenceInfo(); in VisitSetLocation()
783 ReferenceInfo* ref_info = heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo(); in HandleExit()
807 ReferenceInfo* ref_info = heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo(); in HandleInvoke()
867 heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo()->GetReference(); in VisitNewInstance()
895 HInstruction* ref = location->GetReferenceInfo()->GetReference(); in VisitNewArray()