Searched defs:GetHeapLocation (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dload_store_elimination.cc210 HeapLocation* GetHeapLocation(size_t index) const { function in class:art::HeapLocationCollector
625 HeapLocation* location = heap_location_collector_.GetHeapLocation(i);
814 heap_location_collector_.GetHeapLocation(idx)->IsValueKilledByLoopSideEffects());
917 ReferenceInfo* ref_info = heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo();
982 heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo()->GetReference();
983 size_t offset = heap_location_collector_.GetHeapLocation(i)->GetOffset();

Completed in 25 milliseconds