Searched refs:hl (Results 1 – 2 of 2) sorted by relevance
188 for (auto hl : heap_locations_) { in DumpReferenceStats() local189 auto ri = hl->GetReferenceInfo(); in DumpReferenceStats()
286 size_t GetHeapLocationIndex(const HeapLocation* hl) const { in GetHeapLocationIndex() argument287 auto res = std::find(heap_locations_.cbegin(), heap_locations_.cend(), hl); in GetHeapLocationIndex()