Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Daccess-builder.h59 static FieldAccess ForJSCollectionIteratorTable(); in NON_EXPORTED_BASE()
Daccess-builder.cc119 FieldAccess AccessBuilder::ForJSCollectionIteratorTable() { in ForJSCollectionIteratorTable() function in v8::internal::compiler::AccessBuilder
Djs-call-reducer.cc6476 simplified()->LoadField(AccessBuilder::ForJSCollectionIteratorTable()), in ReduceCollectionIteratorPrototypeNext()
6516 simplified()->StoreField(AccessBuilder::ForJSCollectionIteratorTable()), in ReduceCollectionIteratorPrototypeNext()
6532 simplified()->LoadField(AccessBuilder::ForJSCollectionIteratorTable()), in ReduceCollectionIteratorPrototypeNext()
6586 AccessBuilder::ForJSCollectionIteratorTable()), in ReduceCollectionIteratorPrototypeNext()
Djs-create-lowering.cc911 a.Store(AccessBuilder::ForJSCollectionIteratorTable(), table); in ReduceJSCreateCollectionIterator()