Home
last modified time | relevance | path

Searched refs:maybe_slot (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dmark-compact.cc2187 static inline SlotCallbackResult UpdateStrongSlot(MaybeObject** maybe_slot) { in UpdateStrongSlot() argument
2188 DCHECK((*maybe_slot)->IsSmi() || (*maybe_slot)->IsStrongHeapObject()); in UpdateStrongSlot()
2189 Object** slot = reinterpret_cast<Object**>(maybe_slot); in UpdateStrongSlot()
2193 return UpdateSlot<access_mode>(maybe_slot, MaybeObject::FromObject(obj), in UpdateStrongSlot()