Home
last modified time | relevance | path

Searched refs:HasFixedTypedArrayElements (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dlookup.cc151 DCHECK(JSObject::cast(*holder_)->HasFixedTypedArrayElements()); in ReloadHolderMap()
194 DCHECK(!holder->HasFixedTypedArrayElements()); in ReconfigureDataProperty()
Dobjects.cc4340 if (it->IsElement() && receiver->HasFixedTypedArrayElements()) { in SetDataProperty()
4464 array->HasFixedTypedArrayElements()) { in AddDataProperty()
4468 if (FLAG_trace_js_array_abuse && !array->HasFixedTypedArrayElements()) { in AddDataProperty()
5322 if (it->IsElement() && object->HasFixedTypedArrayElements()) { in DefineOwnPropertyIgnoreAttributes()
5871 DCHECK(!object->HasFixedTypedArrayElements()); in NormalizeElements()
7729 if (!object->HasFixedTypedArrayElements()) { in PreventExtensions()
7877 if (!object->HasFixedTypedArrayElements() && in PreventExtensionsWithTransition()
7940 if (object->HasFixedTypedArrayElements()) { in PreventExtensionsWithTransition()
8143 DCHECK(!copy->HasFixedTypedArrayElements()); in StructureWalk()
8997 if (it->IsElement() && object->HasFixedTypedArrayElements()) { in DefineAccessor()
[all …]
Dobjects-inl.h6724 bool JSObject::HasFixedTypedArrayElements() { in HasFixedTypedArrayElements() function
7547 DCHECK(result == !HasFixedTypedArrayElements()); in AllowsSetLength()
Dobjects.h2043 inline bool HasFixedTypedArrayElements();
/external/v8/src/runtime/
Druntime-array.cc400 RUNTIME_ASSERT(!array->HasFixedTypedArrayElements() && in RUNTIME_FUNCTION()
Druntime.h954 F(HasFixedTypedArrayElements, 1, 1) \
/external/v8/src/heap/
Dheap.cc3516 DCHECK(js_obj->HasFastElements() || js_obj->HasFixedTypedArrayElements()); in AllocateJSObjectFromMap()