Searched refs:hl (Results 1 – 3 of 3) sorted by relevance
119 for (auto hl : heap_locations_) { in DumpReferenceStats() local120 auto ri = hl->GetReferenceInfo(); in DumpReferenceStats()
212 size_t GetHeapLocationIndex(const HeapLocation* hl) const { in GetHeapLocationIndex() argument213 auto res = std::find(heap_locations_.cbegin(), heap_locations_.cend(), hl); in GetHeapLocationIndex()
1942 HeapLocation* hl = heap_location_collector_.GetHeapLocation(curr.GetHeapLocation()); in TryReplacingLoopPhiPlaceholderWithDefault() local1945 if (!hl->IsVecOp()) { in TryReplacingLoopPhiPlaceholderWithDefault()2004 HeapLocation* hl = heap_location_collector_.GetHeapLocation(curr.GetHeapLocation()); in TryReplacingLoopPhiPlaceholderWithSingleInput() local2007 if (hl->IsVecOp()) { in TryReplacingLoopPhiPlaceholderWithSingleInput()