Searched defs:heap_loc (Results 1 – 3 of 3) sorted by relevance
79 size_t heap_loc = heap_location_collector_->GetArrayHeapLocation(instruction); in ArrayAccessHeapLocation() local131 size_t heap_loc = heap_location_collector_->GetFieldHeapLocation(ref, GetFieldInfo(instr)); in FieldAccessHeapLocation() local
459 HeapLocation* heap_loc = new (allocator_) HeapLocation( in MaybeCreateHeapLocation() local
694 void RecordFieldInfo(const FieldInfo* info, size_t heap_loc) { in RecordFieldInfo()