Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Dpartial-serializer.cc99 if (jsobj->GetEmbedderFieldCount() > 0) { in SerializeObject()
145 int embedder_fields_count = obj->GetEmbedderFieldCount(); in SerializeEmbedderFields()
/external/v8/src/objects/
Djs-array-buffer.cc94 DCHECK_EQ(array_buffer->GetEmbedderFieldCount(), in Setup()
/external/v8/src/
Dobjects-inl.h1355 int JSObject::GetEmbedderFieldCount(const Map* map) { in GetEmbedderFieldCount() function
1362 int JSObject::GetEmbedderFieldCount() const { in GetEmbedderFieldCount() function
1363 return GetEmbedderFieldCount(map()); in GetEmbedderFieldCount()
1367 DCHECK(index < GetEmbedderFieldCount() && index >= 0); in GetEmbedderFieldOffset()
1372 DCHECK(index < GetEmbedderFieldCount() && index >= 0); in GetEmbedderField()
1380 DCHECK(index < GetEmbedderFieldCount() && index >= 0); in SetEmbedderField()
1390 DCHECK(index < GetEmbedderFieldCount() && index >= 0); in SetEmbedderField()
Dobjects-printer.cc639 if (obj->GetEmbedderFieldCount() > 0) { in JSObjectPrintHeader()
640 os << "\n - embedder fields: " << obj->GetEmbedderFieldCount(); in JSObjectPrintHeader()
658 int embedder_fields = obj->GetEmbedderFieldCount(); in JSObjectPrintBody()
Dglobal-handles.cc270 int field_count = jsobject->GetEmbedderFieldCount(); in CollectPhantomCallbackData()
Dobjects.h2516 static inline int GetEmbedderFieldCount(const Map* map);
2517 inline int GetEmbedderFieldCount() const;
Dvalue-serializer.cc495 if (JSObject::GetEmbedderFieldCount(js_object->map())) { in WriteJSReceiver()
Dapi.cc5906 return i::Handle<i::JSObject>::cast(self)->GetEmbedderFieldCount(); in InternalFieldCount()
5913 (index < i::Handle<i::JSObject>::cast(obj)->GetEmbedderFieldCount()), in InternalFieldOK()
5958 int nof_embedder_fields = object->GetEmbedderFieldCount(); in SetAlignedPointerInInternalFields()
Dobjects.cc12536 JSObject::GetEmbedderFieldCount(this) == in EquivalentToForNormalization()
12537 JSObject::GetEmbedderFieldCount(other); in EquivalentToForNormalization()
13290 JSObject::GetEmbedderFieldCount(*constructor_initial_map); in FastInitializeDerivedMap()
/external/v8/src/heap/
Dobject-stats.cc103 stats.embedded_fields_count_ = JSObject::GetEmbedderFieldCount(map); in GetInobjectFieldStats()
Dfactory.cc3189 DCHECK_EQ(obj->GetEmbedderFieldCount(), in SetupArrayBufferView()
3258 DCHECK_EQ(obj->GetEmbedderFieldCount(), in NewJSTypedArray()
Dheap.cc4878 if (js_object->GetEmbedderFieldCount() >= 2 && in TracePossibleWrapper()
/external/v8/src/debug/
Ddebug.cc66 Handle<JSObject>::cast(obj)->GetEmbedderFieldCount()) { in HasObject()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1539 int length = js_obj->GetEmbedderFieldCount(); in ExtractInternalReferences()