Lines Matching defs:obj
36 void ReadOnlySerializer::SerializeObjectImpl(Handle<HeapObject> obj) {
37 CHECK(ReadOnlyHeap::Contains(*obj));
38 CHECK_IMPLIES(obj->IsString(), obj->IsInternalizedString());
46 HeapObject raw = *obj;
57 ObjectSerializer object_serializer(this, obj, &sink_);
60 if (IsNotMappedSymbol(*obj)) {
64 CHECK_NULL(serialized_objects_.Find(obj));
67 serialized_objects_.Insert(obj, 0);
125 SnapshotByteSink* sink, Handle<HeapObject> obj) {
126 if (!ReadOnlyHeap::Contains(*obj)) return false;
130 int cache_index = SerializeInObjectCache(obj);
144 Handle<HeapObject> obj(
146 int cache_index = SerializeInObjectCache(obj);