Home
last modified time | relevance | path

Searched refs:GetEmbedderFieldCount (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dembedder-tracing-inl.h19 if (js_object.GetEmbedderFieldCount() < 2) return false; in ExtractWrappableInfo()
Dobject-stats.cc145 stats.embedded_fields_count_ = JSObject::GetEmbedderFieldCount(map); in GetInobjectFieldStats()
Dfactory.cc2014 for (int i = 0; i < obj.GetEmbedderFieldCount(); i++) { in InitEmbedderFields()
2965 DCHECK_EQ(raw.GetEmbedderFieldCount(), in NewJSArrayBufferView()
3891 DCHECK_EQ(raw.GetEmbedderFieldCount(), v8::Promise::kEmbedderFieldCount); in NewJSPromiseWithoutHook()
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-marking-state-inl.h18 if (JSObject::GetEmbedderFieldCount(map) < 2) return false; in ExtractEmbedderDataSnapshot()
/third_party/node/deps/v8/src/objects/
Djs-objects-inl.h302 int JSObject::GetEmbedderFieldCount(Map map) { in GetEmbedderFieldCount() function
316 int JSObject::GetEmbedderFieldCount() const { in GetEmbedderFieldCount() function
317 return GetEmbedderFieldCount(map()); in GetEmbedderFieldCount()
322 static_cast<unsigned>(GetEmbedderFieldCount())); in GetEmbedderFieldOffset()
524 int embedder_field_count = GetEmbedderFieldCount(map); in InitializeBody()
541 DCHECK_EQ(0, GetEmbedderFieldCount(map)); in InitializeBody()
Djs-objects.h616 static inline int GetEmbedderFieldCount(Map map);
617 inline int GetEmbedderFieldCount() const;
Dmap.cc322 COMPRESS_POINTERS_BOOL && JSObject::GetEmbedderFieldCount(map) > 0; in GetVisitorId()
2172 JSObject::GetEmbedderFieldCount(*this) == in EquivalentToForNormalization()
2173 JSObject::GetEmbedderFieldCount(other); in EquivalentToForNormalization()
Djs-function.cc934 JSObject::GetEmbedderFieldCount(*constructor_initial_map); in FastInitializeDerivedMap()
Dvalue-serializer.cc577 if (JSObject::GetEmbedderFieldCount(js_object->map(isolate_))) { in WriteJSReceiver()
/third_party/node/deps/v8/src/snapshot/
Dserializer-deserializer.cc57 !(o.IsJSObject() && JSObject::cast(o).GetEmbedderFieldCount() > 0); in CanBeDeferred()
Dcontext-serializer.cc226 int embedder_fields_count = js_obj.GetEmbedderFieldCount(); in SerializeJSObjectWithEmbedderFields()
Ddeserializer.cc688 for (int i = 0; i < js_obj.GetEmbedderFieldCount(); ++i) { in ReadObject()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc586 if (obj.GetEmbedderFieldCount() > 0) { in JSObjectPrintHeader()
587 os << "\n - embedder fields: " << obj.GetEmbedderFieldCount(); in JSObjectPrintHeader()
607 int embedder_fields = obj.GetEmbedderFieldCount(); in JSObjectPrintBody()
Dobjects-debug.cc539 JSObject::GetEmbedderFieldCount(*this) * kEmbedderDataSlotSize, in MapVerify()
/third_party/node/deps/v8/src/handles/
Dglobal-handles.cc422 int field_count = jsobject.GetEmbedderFieldCount(); in ExtractInternalFields()
/third_party/node/deps/v8/src/debug/
Ddebug.cc80 Handle<JSObject>::cast(obj)->GetEmbedderFieldCount()) { in HasObject()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc1855 int length = js_obj.GetEmbedderFieldCount(); in ExtractInternalReferences()
/third_party/node/deps/v8/src/api/
Dapi.cc5931 return i::JSObject::cast(self).GetEmbedderFieldCount(); in InternalFieldCount()
5938 (index < i::Handle<i::JSObject>::cast(obj)->GetEmbedderFieldCount()), in InternalFieldOK()
6005 int nof_embedder_fields = js_obj.GetEmbedderFieldCount(); in SetAlignedPointerInInternalFields()