Searched refs:GetReferenceInfo (Results 1 – 3 of 3) sorted by relevance
186 ReferenceInfo* GetReferenceInfo() const { return ref_info_; } in GetReferenceInfo() function380 if (loc->GetReferenceInfo() == ref_info && in FindHeapLocationIndex()490 if (!CanReferencesAlias(loc1->GetReferenceInfo(), loc2->GetReferenceInfo())) { in ComputeMayAlias()
619 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 …]
189 auto ri = hl->GetReferenceInfo(); in DumpReferenceStats()