Searched refs:maybe_slot (Results 1 – 1 of 1) sorted by relevance
2187 static inline SlotCallbackResult UpdateStrongSlot(MaybeObject** maybe_slot) { in UpdateStrongSlot() argument2188 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()