Lines Matching refs:heap_obj
2147 MaybeObject** slot, MaybeObject* old, HeapObject* heap_obj, in UpdateSlot() argument
2149 MapWord map_word = heap_obj->map_word(); in UpdateSlot()
2151 DCHECK(Heap::InFromSpace(heap_obj) || in UpdateSlot()
2152 MarkCompactCollector::IsOnEvacuationCandidate(heap_obj) || in UpdateSlot()
2153 Page::FromAddress(heap_obj->address()) in UpdateSlot()
2167 DCHECK(heap_obj->map()->IsMap()); in UpdateSlot()
2176 HeapObject* heap_obj; in UpdateSlot() local
2177 if (obj->ToWeakHeapObject(&heap_obj)) { in UpdateSlot()
2178 UpdateSlot<access_mode>(slot, obj, heap_obj, HeapObjectReferenceType::WEAK); in UpdateSlot()
2179 } else if (obj->ToStrongHeapObject(&heap_obj)) { in UpdateSlot()
2180 return UpdateSlot<access_mode>(slot, obj, heap_obj, in UpdateSlot()
2192 HeapObject* heap_obj = HeapObject::cast(obj); in UpdateStrongSlot() local
2194 heap_obj, HeapObjectReferenceType::STRONG); in UpdateStrongSlot()