HomeSort by relevance Sort by last modified time
    Searched refs:CELL_SPACE (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
globals.h 293 CELL_SPACE, // Only and all cell objects.
299 LAST_PAGED_SPACE = CELL_SPACE
mksnapshot.cc 253 partial_ser.CurrentAllocationAddress(i::CELL_SPACE),
heap-inl.h 86 } else if (CELL_SPACE == space) {
serialize.cc 664 case (base_tag) + CELL_SPACE: /* NOLINT */ \
714 case OBJECT_SERIALIZATION + CELL_SPACE:
715 ReadObject(CELL_SPACE, Heap::cell_space(), current++);
    [all...]
heap.cc 441 case CELL_SPACE:
495 PagedSpace* cell_space = Heap::cell_space(); local
520 if (!(cell_space->ReserveSpace(cell_space_size))) {
521 Heap::CollectGarbage(cell_space_size, CELL_SPACE);
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 402 p_ser.CurrentAllocationAddress(CELL_SPACE),
516 p_ser.CurrentAllocationAddress(CELL_SPACE),

Completed in 209 milliseconds