Home
last modified time | relevance | path

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

/external/v8/src/objects/
Djs-array-inl.h34 DCHECK(result == !HasFixedTypedArrayElements()); in AllowsSetLength()
/external/v8/src/runtime/
Druntime-array.cc201 } else if (object->HasFixedTypedArrayElements()) { in RemoveArrayHoles()
657 CHECK(!array->HasFixedTypedArrayElements()); in RUNTIME_FUNCTION()
/external/v8/src/
Dlookup.cc473 DCHECK(!holder_obj->HasFixedTypedArrayElements()); in ReconfigureDataProperty()
Dobjects.cc5276 JSObject::cast(*receiver)->HasFixedTypedArrayElements()) { in SetDataProperty()
5365 array->HasFixedTypedArrayElements()) { in AddDataProperty()
5369 if (FLAG_trace_js_array_abuse && !array->HasFixedTypedArrayElements()) { in AddDataProperty()
6317 if (it->IsElement() && object->HasFixedTypedArrayElements()) { in DefineOwnPropertyIgnoreAttributes()
6624 DCHECK(!object->HasFixedTypedArrayElements()); in NormalizeElements()
8525 if (!object->HasFixedTypedArrayElements()) { in PreventExtensions()
8687 if (!object->HasFixedTypedArrayElements() && in PreventExtensionsWithTransition()
8759 if (object->HasFixedTypedArrayElements()) { in PreventExtensionsWithTransition()
9188 if (it->IsElement() && object->HasFixedTypedArrayElements()) { in DefineAccessor()
9225 if (it.IsElement() && object->HasFixedTypedArrayElements()) { in SetAccessor()
Dobjects-debug.cc471 CHECK(!object->HasFixedTypedArrayElements()); in VerifyJSObjectElements()
Dobjects-inl.h2606 bool JSObject::HasFixedTypedArrayElements() { in HasFixedTypedArrayElements() function
Dobjects.h2294 inline bool HasFixedTypedArrayElements();
/external/v8/src/heap/
Dfactory.cc2898 DCHECK(js_obj->HasFastElements() || js_obj->HasFixedTypedArrayElements() || in NewJSObjectFromMap()