Lines Matching defs:obj
113 HeapObject obj, const DisallowGarbageCollection& no_gc) {
114 if (!ReadOnlyHeap::Contains(obj)) return false;
119 Address address = obj.address();
134 void CodeSerializer::SerializeObjectImpl(Handle<HeapObject> obj) {
139 HeapObject raw = *obj;
159 Script script_obj = Script::cast(*obj);
176 SerializeGeneric(obj);
179 Script script_obj = Script::cast(*obj);
189 SharedFunctionInfo sfi = SharedFunctionInfo::cast(*obj);
209 SerializeGeneric(obj);
213 SharedFunctionInfo sfi = SharedFunctionInfo::cast(*obj);
223 Handle<UncompiledDataWithoutPreparseDataWithJob>::cast(obj);
232 Handle<UncompiledDataWithPreparseDataAndJob>::cast(obj);
247 obj->IsInterpreterData()) {
248 obj = handle(InterpreterData::cast(*obj).bytecode_array(), isolate());
258 CHECK_IMPLIES(obj->NeedsRehashing(cage_base()),
259 obj->CanBeRehashed(cage_base()));
264 SerializeGeneric(obj);