Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dbuiltins.cc578 if (!array->HasFastElements()) { in BUILTIN()
599 if (!object->HasFastElements()) { in BUILTIN()
944 if (!arg->IsJSArray() || !JSArray::cast(arg)->HasFastElements() || in BUILTIN()
Dliveedit.cc1960 DCHECK(shared_info_array->HasFastElements()); in CheckAndDropActivations()
Druntime.cc7236 RUNTIME_ASSERT(array->HasFastElements()); in RUNTIME_FUNCTION()
9743 RUNTIME_ASSERT(output->HasFastElements()); in RUNTIME_FUNCTION()
13668 RUNTIME_ASSERT(shared_array->HasFastElements()) in RUNTIME_FUNCTION()
Dobjects-inl.h6376 bool JSObject::HasFastElements() { in HasFastElements() function
Dobjects.h1700 inline bool HasFastElements();
Dobjects.cc11144 if (array->HasFastElements()) { in SetElementsLength()
12940 if (HasFastElements() && key->ToArrayIndex(&index)) { in WouldConvertToSlowElements()
/external/chromium_org/v8/src/heap/
Dheap.cc3660 DCHECK(js_obj->HasFastElements() || js_obj->HasExternalArrayElements() || in AllocateJSObjectFromMap()