Home | History | Annotate | Download | only in src

Lines Matching full:cell

348   PrintF("Cell space,         used: %8" V8_PTR_PREFIX "d"
650 "failed to reserve space in the cell space");
1198 // Copy objects reachable from cells by scavenging cell values directly.
1200 for (HeapObject* cell = cell_iterator.Next();
1201 cell != NULL; cell = cell_iterator.Next()) {
1202 if (cell->IsJSGlobalPropertyCell()) {
1204 reinterpret_cast<Address>(cell) +
5044 PrintF("Cell space : ");
5935 // Initialize global property cell space.