Searched refs:heap_loc (Results 1 – 2 of 2) sorted by relevance
78 size_t heap_loc = heap_location_collector_->GetArrayHeapLocation(instruction); in ArrayAccessHeapLocation() local80 DCHECK(heap_loc != HeapLocationCollector::kHeapLocationNotFound); in ArrayAccessHeapLocation()81 return heap_loc; in ArrayAccessHeapLocation()160 size_t heap_loc = heap_location_collector_->GetFieldHeapLocation(instr->InputAt(0), in FieldAccessHeapLocation() local163 DCHECK(heap_loc != HeapLocationCollector::kHeapLocationNotFound); in FieldAccessHeapLocation()165 return heap_loc; in FieldAccessHeapLocation()
460 HeapLocation* heap_loc = new (GetGraph()->GetAllocator()) in GetOrCreateHeapLocation() local462 heap_locations_.push_back(heap_loc); in GetOrCreateHeapLocation()463 return heap_loc; in GetOrCreateHeapLocation()