Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
H A Dembedder-tracing-inl.h19 if (js_object.GetEmbedderFieldCount() < 2) return false; in ExtractWrappableInfo()
H A Dobject-stats.cc145 stats.embedded_fields_count_ = JSObject::GetEmbedderFieldCount(map); in GetInobjectFieldStats()
H A 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/
H A Dcpp-marking-state-inl.h18 if (JSObject::GetEmbedderFieldCount(map) < 2) return false; in ExtractEmbedderDataSnapshot()
/third_party/node/deps/v8/src/snapshot/
H A Dserializer-deserializer.cc59 !(o.IsJSObject() && JSObject::cast(o).GetEmbedderFieldCount() > 0) && in CanBeDeferred()
H A Dcontext-serializer.cc226 int embedder_fields_count = js_obj.GetEmbedderFieldCount(); in SerializeJSObjectWithEmbedderFields()
H A Ddeserializer.cc693 for (int i = 0; i < js_obj.GetEmbedderFieldCount(); ++i) { in ReadObject()
/third_party/node/deps/v8/src/objects/
H A Djs-objects-inl.h302 int JSObject::GetEmbedderFieldCount(Map map) { in GetEmbedderFieldCount() function in v8::internal::JSObject
316 int JSObject::GetEmbedderFieldCount() const { in GetEmbedderFieldCount() function in v8::internal::JSObject
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()
H A Djs-objects.h616 static inline int GetEmbedderFieldCount(Map map);
617 inline int GetEmbedderFieldCount() const;
H A Dmap.cc322 COMPRESS_POINTERS_BOOL && JSObject::GetEmbedderFieldCount(map) > 0; in GetVisitorId()
2172 JSObject::GetEmbedderFieldCount(*this) == in EquivalentToForNormalization()
2173 JSObject::GetEmbedderFieldCount(other); in EquivalentToForNormalization()
H A Djs-function.cc934 JSObject::GetEmbedderFieldCount(*constructor_initial_map); in FastInitializeDerivedMap()
H A Dvalue-serializer.cc577 if (JSObject::GetEmbedderFieldCount(js_object->map(isolate_))) { in WriteJSReceiver()
/third_party/node/deps/v8/src/diagnostics/
H A 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()
H A Dobjects-debug.cc539 JSObject::GetEmbedderFieldCount(*this) * kEmbedderDataSlotSize, in MapVerify()
/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.cc422 int field_count = jsobject.GetEmbedderFieldCount(); in ExtractInternalFields()
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc80 Handle<JSObject>::cast(obj)->GetEmbedderFieldCount()) { in HasObject()
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc1856 int length = js_obj.GetEmbedderFieldCount(); in ExtractInternalReferences()
/third_party/node/deps/v8/src/api/
H A Dapi.cc5931 return i::JSObject::cast(self).GetEmbedderFieldCount(); in InternalFieldCount()
5938 (index < i::Handle<i::JSObject>::cast(obj)->GetEmbedderFieldCount()), in InternalFieldOK()
6024 int nof_embedder_fields = js_obj.GetEmbedderFieldCount(); in SetAlignedPointerInInternalFields()

Completed in 79 milliseconds