Home
last modified time | relevance | path

Searched refs:IsFastJSArrayWithNoCustomIteration (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-iterator-gen.cc204 Branch(IsFastJSArrayWithNoCustomIteration(iterable, context), &fast_path, in IterableToList()
Dbuiltins-collections-gen.cc167 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()
/external/v8/src/
Dcode-stub-assembler.h1746 TNode<BoolT> IsFastJSArrayWithNoCustomIteration(TNode<Object> object,
Dcode-stub-assembler.cc1067 TNode<BoolT> CodeStubAssembler::IsFastJSArrayWithNoCustomIteration( in IsFastJSArrayWithNoCustomIteration() function in v8::internal::CodeStubAssembler