Searched refs:HasFastElements (Results 1 – 25 of 25) sorted by relevance
54 assertTrue(%HasFastElements(b0));56 assertTrue(%HasFastElements(b1));78 assertTrue(%HasFastElements(d0));90 assertTrue(%HasFastElements(f0));120 assertTrue(%HasFastElements(large));
60 assertTrue(%HasFastElements(array_1));61 assertTrue(%HasFastElements(array_2));
38 assertTrue(%HasFastElements(c));
63 if (%HasFastElements(obj)) return elements_kind.fast;
379 assertTrue(%HasFastElements(large_array2));
36 assertTrue(%HasFastElements(fast_array));37 assertTrue(%HasFastElements(array));
43 assertTrue(%HasFastElements(b));49 assertTrue(%HasFastElements(b));
37 assertTrue(%HasFastElements(ai));43 assertTrue(%HasFastElements(ai));
108 ASSERT(value()->HasFastElements()); in get()114 ASSERT(value_->HasFastElements()); in set()
291 ASSERT(map()->has_fast_elements() == HasFastElements()); in JSObjectVerify()499 CHECK(HasFastElements()); in JSGlobalProxyVerify()
430 if (array->HasFastElements()) { in PrintMentionedObjectCache()
364 F(HasFastElements, 1, 1) \
1737 RUNTIME_ASSERT(last_match_info->HasFastElements()); in RUNTIME_FUNCTION()3027 ASSERT(last_match_info_handle->HasFastElements()); in StringReplaceRegExpWithString()3116 ASSERT(last_match_info_handle->HasFastElements()); in StringReplaceRegExpWithEmptyString()3186 ASSERT(last_match_info_handle->HasFastElements()); in StringReplaceRegExpWithEmptyString()3256 ASSERT(last_match_info->HasFastElements()); in RUNTIME_FUNCTION()3989 ASSERT(last_match_info->HasFastElements()); in RUNTIME_FUNCTION()3992 if (result_array->HasFastElements()) { in RUNTIME_FUNCTION()5876 if (!array->HasFastElements()) return isolate->heap()->undefined_value(); in RUNTIME_FUNCTION()6319 ASSERT(result->HasFastElements()); in RUNTIME_FUNCTION()6338 if (result->HasFastElements()) { in RUNTIME_FUNCTION()[all …]
415 if (args == NULL || array->HasFastElements()) return elms; in EnsureJSArrayWithWritableFastElements()425 if (args == NULL || array->HasFastElements() || in EnsureJSArrayWithWritableFastElements()
1097 ASSERT(result->HasFastElements()); in InitializeGlobal()1190 ASSERT(result->HasFastElements()); in InitializeGlobal()
689 ASSERT(obj->HasFastElements() || in DeleteCommon()
1638 if (receiver->HasFastElements() || in ComputeMonomorphicStub()
3645 ASSERT(JSObject::cast(result)->HasFastElements()); in AllocateArgumentsObject()3808 JSObject::cast(obj)->HasFastElements()); in AllocateJSObjectFromMap()
2173 if (js_obj->HasFastElements()) { in ExtractElementReferences()
546 || !HasFastElements() in IsDirty()3476 ASSERT(HasFastElements() || in NormalizeElements()10318 if (!IsJSValue() && HasFastElements()) { in NumberOfEnumElements()
264 ASSERT(last_match_info->HasFastElements()); in AtomExec()
4305 bool JSObject::HasFastElements() { in HasFastElements() function
1507 inline bool HasFastElements();
5023 if (!self->HasFastElements()) { in CloneElementAt()
3684 } else if (boilerplate->HasFastElements()) { in IsFastLiteral()