Lines Matching defs:object
228 virtual bool MustBeDeferred(HeapObject object);
236 void PutBackReference(HeapObject object, SerializerReference reference);
242 // object which has not yet been serialized.
245 // object.
248 // Returns true if the object was successfully serialized as a root.
251 // Returns true if the object was successfully serialized as hot object.
254 // Returns true if the object was successfully serialized as back reference.
257 // Returns true if the object was successfully serialized as pending object.
260 // Returns true if the given heap object is a bytecode handler code object.
285 // Register that the the given object shouldn't be immediately serialized, but
290 // Resolve the given pending object reference with the current object.
328 // as the object in the queue may change if kSize other objects are added to
337 void Add(HeapObject object) {
338 circular_queue_[index_] = object.ptr();
344 int Find(HeapObject object) {
347 if (circular_queue_[i] == object.ptr()) {
385 // forward references, which are resolved once the object is allocated.