Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Daccess-builder.h62 static FieldAccess ForJSCollectionIteratorIndex(); in NON_EXPORTED_BASE()
Daccess-builder.cc129 FieldAccess AccessBuilder::ForJSCollectionIteratorIndex() { in ForJSCollectionIteratorIndex() function in v8::internal::compiler::AccessBuilder
Djs-call-reducer.cc6495 simplified()->LoadField(AccessBuilder::ForJSCollectionIteratorIndex()), in ReduceCollectionIteratorPrototypeNext()
6513 simplified()->StoreField(AccessBuilder::ForJSCollectionIteratorIndex()), in ReduceCollectionIteratorPrototypeNext()
6529 simplified()->LoadField(AccessBuilder::ForJSCollectionIteratorIndex()), in ReduceCollectionIteratorPrototypeNext()
6632 AccessBuilder::ForJSCollectionIteratorIndex()), in ReduceCollectionIteratorPrototypeNext()
Djs-create-lowering.cc912 a.Store(AccessBuilder::ForJSCollectionIteratorIndex(), in ReduceJSCreateCollectionIterator()