Home
last modified time | relevance | path

Searched refs:array_iterator_cell (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Disolate-inl.h152 Cell* array_iterator_cell = heap()->array_iterator_protector(); in IsArrayIteratorLookupChainIntact() local
153 return array_iterator_cell->value() == Smi::FromInt(kProtectorValid); in IsArrayIteratorLookupChainIntact()
/external/v8/src/heap/
Dheap.cc2863 Handle<Cell> array_iterator_cell = factory->NewCell( in CreateInitialObjects() local
2865 set_array_iterator_protector(*array_iterator_cell); in CreateInitialObjects()