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

  /external/v8/src/
v8globals.h 199 CELL_SPACE, // Only and all cell objects.
205 LAST_PAGED_SPACE = CELL_SPACE
mksnapshot.cc 253 partial_ser.CurrentAllocationAddress(i::CELL_SPACE),
serialize.cc 768 } else if (space_number == CELL_SPACE) { \
769 dest_space = isolate->heap()->cell_space(); \
    [all...]
heap-inl.h 179 } else if (CELL_SPACE == space) {
heap.cc 569 PagedSpace* cell_space = Heap::cell_space(); local
594 if (!(cell_space->ReserveSpace(cell_space_size))) {
595 Heap::CollectGarbage(CELL_SPACE);
    [all...]
liveobjectlist.cc 192 if (strcmp(key_str, "cell") == 0) return CELL_SPACE;
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 400 p_ser.CurrentAllocationAddress(CELL_SPACE),
517 p_ser.CurrentAllocationAddress(CELL_SPACE),

Completed in 37 milliseconds