Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_analysis.h122 ReferenceInfo* GetReferenceInfo() const { return ref_info_; } in GetReferenceInfo() function
314 if (loc->GetReferenceInfo() == ref_info && in FindHeapLocationIndex()
419 if (!CanReferencesAlias(loc1->GetReferenceInfo(), loc2->GetReferenceInfo())) { in ComputeMayAlias()
508 if (location->GetReferenceInfo()->IsSingleton()) { in VisitInstanceFieldSet()
513 HInstruction* ref = location->GetReferenceInfo()->GetReference(); in VisitInstanceFieldSet()
Dload_store_elimination.cc363 ReferenceInfo* ref_info = location->GetReferenceInfo(); in HandleLoopSideEffects()
399 ReferenceInfo* ref_info = heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo(); in MergePredecessorValues()
648 ReferenceInfo* ref_info = heap_location_collector_.GetHeapLocation(idx)->GetReferenceInfo(); in VisitSetLocation()
772 ReferenceInfo* ref_info = heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo(); in HandleExit()
796 ReferenceInfo* ref_info = heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo(); in HandleInvoke()
856 heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo()->GetReference(); in VisitNewInstance()
884 HInstruction* ref = location->GetReferenceInfo()->GetReference(); in VisitNewArray()