Lines Matching defs:object
157 // should go through the root array or through the startup object cache.
161 // either in the root table or in the shared heap object cache.
163 // Function and object templates are not context specific.
214 // internalized strings into the shared object snapshot.
247 Object object = embedder_data_slot.load_tagged();
248 if (object.IsHeapObject()) {
249 DCHECK(IsValidHeapObject(isolate()->heap(), HeapObject::cast(object)));
255 object == Smi::zero()) {
277 // 3) Serialize the object. References from embedder fields to heap objects or
286 // 4) Obtain back reference for the serialized object.