Home
last modified time | relevance | path

Searched refs:NeedsRehashing (Results 1 – 25 of 25) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dheap-object.h190 bool NeedsRehashing(InstanceType instance_type) const;
191 bool NeedsRehashing() const;
H A Dobjects.cc2304 bool HeapObject::NeedsRehashing() const { in NeedsRehashing() function in v8::internal::HeapObject
2305 return NeedsRehashing(map().instance_type()); in NeedsRehashing()
2308 bool HeapObject::NeedsRehashing(InstanceType instance_type) const { in NeedsRehashing() function in v8::internal::HeapObject
2337 DCHECK(NeedsRehashing()); in CanBeRehashed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dheap-object.h185 bool NeedsRehashing(InstanceType instance_type) const;
186 bool NeedsRehashing() const;
H A Dobjects.cc2310 bool HeapObject::NeedsRehashing() const { in NeedsRehashing() function in v8::internal::HeapObject
2311 return NeedsRehashing(map().instance_type()); in NeedsRehashing()
2314 bool HeapObject::NeedsRehashing(InstanceType instance_type) const { in NeedsRehashing() function in v8::internal::HeapObject
2342 DCHECK(NeedsRehashing()); in CanBeRehashed()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/snapshot/
H A Dpartial-serializer.cc151 DCHECK(!js_obj.NeedsRehashing()); in SerializeJSObjectWithEmbedderFields()
238 if (!obj.NeedsRehashing()) return; in CheckRehashability()
H A Droots-serializer.cc61 if (!obj.NeedsRehashing()) return; in CheckRehashability()
H A Dcode-serializer.cc205 CHECK_IMPLIES(obj.NeedsRehashing(), obj.CanBeRehashed()); in SerializeObject()
H A Ddeserializer.cc213 } else if (obj.NeedsRehashing()) { in PostProcessNewObject()
/dports/lang/v8/v8-9.6.180.12/src/snapshot/
H A Droots-serializer.cc63 if (!obj.NeedsRehashing()) return; in CheckRehashability()
H A Dcontext-serializer.cc218 DCHECK(!js_obj->NeedsRehashing()); in SerializeJSObjectWithEmbedderFields()
303 if (!obj.NeedsRehashing()) return; in CheckRehashability()
H A Dcode-serializer.cc221 CHECK_IMPLIES(obj->NeedsRehashing(), obj->CanBeRehashed()); in SerializeObjectImpl()
H A Ddeserializer.cc403 } else if (obj->NeedsRehashing(instance_type)) { in PostProcessNewObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/snapshot/
H A Droots-serializer.cc63 if (!obj.NeedsRehashing()) return; in CheckRehashability()
H A Dcontext-serializer.cc212 DCHECK(!js_obj->NeedsRehashing()); in SerializeJSObjectWithEmbedderFields()
297 if (!obj.NeedsRehashing()) return; in CheckRehashability()
H A Dcode-serializer.cc207 CHECK_IMPLIES(obj->NeedsRehashing(), obj->CanBeRehashed()); in SerializeObjectImpl()
H A Ddeserializer.cc344 } else if (obj->NeedsRehashing(instance_type)) { in PostProcessNewObject()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dheap-object.h186 bool NeedsRehashing() const;
H A Dobjects.cc2301 bool HeapObject::NeedsRehashing() const { in NeedsRehashing() function in v8::internal::HeapObject
2327 DCHECK(NeedsRehashing()); in CanBeRehashed()
/dports/www/node10/node-v10.24.1/deps/v8/src/snapshot/
H A Dpartial-serializer.cc164 if (!obj->NeedsRehashing()) return; in CheckRehashability()
H A Dstartup-serializer.cc158 if (!obj->NeedsRehashing()) return; in CheckRehashability()
H A Dcode-serializer.cc218 CHECK_IMPLIES(obj->NeedsRehashing(), obj->CanBeRehashed()); in SerializeObject()
H A Ddeserializer.cc147 } else if (obj->NeedsRehashing()) { in PostProcessNewObject()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dobjects-inl.h1757 bool HeapObject::NeedsRehashing() const { in NeedsRehashing() function
H A Dobjects.h1884 inline bool NeedsRehashing() const;
H A Dobjects.cc3608 DCHECK(NeedsRehashing()); in CanBeRehashed()