Lines Matching defs:object
88 // add entries to the read-only object cache. Add one entry with 'undefined'
89 // to terminate the read-only object cache.
97 // Check that every object on read-only heap is reachable (and was
100 for (HeapObject object = iterator.Next(); !object.is_null();
101 object = iterator.Next()) {
102 if (IsNotMappedSymbol(object)) {
105 CHECK_NOT_NULL(serialized_objects_.Find(object));
111 bool ReadOnlySerializer::MustBeDeferred(HeapObject object) {
121 return HeapObject::RequiredAlignment(object.map()) != kTaggedAligned;