Home
last modified time | relevance | path

Searched refs:CreateCollectionIterator (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Djs-operator.h719 const Operator* CreateCollectionIterator(CollectionKind, IterationKind); in NON_EXPORTED_BASE()
Djs-operator.cc1137 const Operator* JSOperatorBuilder::CreateCollectionIterator( in CreateCollectionIterator() function in v8::internal::compiler::JSOperatorBuilder
Djs-call-reducer.cc6391 javascript()->CreateCollectionIterator(collection_kind, iteration_kind), in ReduceCollectionIteration()