Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_analysis.h186 ReferenceInfo* GetReferenceInfo() const { return ref_info_; } in GetReferenceInfo() function
380 if (loc->GetReferenceInfo() == ref_info && in FindHeapLocationIndex()
490 if (!CanReferencesAlias(loc1->GetReferenceInfo(), loc2->GetReferenceInfo())) { in ComputeMayAlias()
H A Dload_store_elimination.cc619 auto* ri = heap_location_collector_.GetHeapLocation(idx)->GetReferenceInfo(); in IsPartialNoEscape()
1184 heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo()->GetReference(); in VisitNewInstance()
1221 HInstruction* ref = location->GetReferenceInfo()->GetReference(); in VisitNewArray()
1511 HInstruction* ref = location->GetReferenceInfo()->GetReference(); in PrepareLoopValue()
1756 heap_location_collector_.GetHeapLocation(idx)->GetReferenceInfo() == nullptr || in VisitGetLocation()
1887 HeapLocationCollector::CanReferencesAlias(loc1->GetReferenceInfo(), in MayAliasOnBackEdge()
1888 loc2->GetReferenceInfo())) { in MayAliasOnBackEdge()
1942 heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo() != in TryReplacingLoopPhiPlaceholderWithDefault()
1943 heap_location_collector_.GetHeapLocation(idx)->GetReferenceInfo()) { in TryReplacingLoopPhiPlaceholderWithDefault()
2636 ->GetReferenceInfo() in SearchPhiPlaceholdersForKeptStores()
[all …]
H A Dload_store_analysis.cc189 auto ri = hl->GetReferenceInfo(); in DumpReferenceStats()