Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_analysis.cc188 for (auto hl : heap_locations_) { in DumpReferenceStats() local
189 auto ri = hl->GetReferenceInfo(); in DumpReferenceStats()
Dload_store_analysis.h286 size_t GetHeapLocationIndex(const HeapLocation* hl) const { in GetHeapLocationIndex() argument
287 auto res = std::find(heap_locations_.cbegin(), heap_locations_.cend(), hl); in GetHeapLocationIndex()