Searched refs:IsFastJSArrayWithNoCustomIteration (Results 1 – 4 of 4) sorted by relevance
204 Branch(IsFastJSArrayWithNoCustomIteration(iterable, context), &fast_path, in IterableToList()
167 IsFastJSArrayWithNoCustomIteration(initial_entries, context)); in AddConstructorEntries()188 CSA_ASSERT(this, IsFastJSArrayWithNoCustomIteration(initial_entries_jsarray, in AddConstructorEntries()230 CSA_ASSERT(this, IsFastJSArrayWithNoCustomIteration(fast_jsarray, context)); in AddConstructorEntriesFromFastJSArray()
1746 TNode<BoolT> IsFastJSArrayWithNoCustomIteration(TNode<Object> object,
1067 TNode<BoolT> CodeStubAssembler::IsFastJSArrayWithNoCustomIteration( in IsFastJSArrayWithNoCustomIteration() function in v8::internal::CodeStubAssembler