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

/art/compiler/optimizing/
H A Dscheduler.cc75 size_t heap_loc = heap_location_collector_->GetArrayHeapLocation(array, index); local
77 DCHECK(heap_loc != HeapLocationCollector::kHeapLocationNotFound);
78 return heap_loc;
156 size_t heap_loc = heap_location_collector_->GetFieldHeapLocation(obj, field); local
158 DCHECK(heap_loc != HeapLocationCollector::kHeapLocationNotFound);
160 return heap_loc;
H A Dload_store_analysis.h437 HeapLocation* heap_loc = new (GetGraph()->GetAllocator()) local
439 heap_locations_.push_back(heap_loc);
440 return heap_loc;

Completed in 126 milliseconds