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

  /external/v8/src/
v8globals.h 183 CELL_SPACE, // Only and all cell objects.
189 LAST_PAGED_SPACE = CELL_SPACE
mksnapshot.cc 345 partial_ser.CurrentAllocationAddress(i::CELL_SPACE),
serialize.cc 770 } else if (space_number == CELL_SPACE) { \
771 dest_space = isolate->heap()->cell_space(); \
788 source_space != CELL_SPACE &&
    [all...]
heap-inl.h 218 } else if (CELL_SPACE == space) {
incremental-marking.cc 305 } else if (chunk->owner()->identity() == CELL_SPACE ||
351 DeactivateIncrementalWriteBarrierForSpace(heap_->cell_space());
385 ActivateIncrementalWriteBarrier(heap_->cell_space());
heap.cc 616 PagedSpace* cell_space = Heap::cell_space(); local
648 if (!(cell_space->ReserveSpace(cell_space_size))) {
649 AbortIncrementalMarkingAndCollectGarbage(this, CELL_SPACE,
    [all...]
liveobjectlist.cc 193 if (strcmp(key_str, "cell") == 0) return CELL_SPACE;
    [all...]
mark-compact.cc 138 VerifyMarking(heap->cell_space());
219 VerifyEvacuation(heap->cell_space());
262 TraceFragmentation(heap()->cell_space());
332 VerifyMarkbitsAreClean(heap_->cell_space());
368 ClearMarkbitsInPagedSpace(heap_->cell_space());
428 case CELL_SPACE: return "CELL_SPACE";
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 395 p_ser.CurrentAllocationAddress(CELL_SPACE),
514 p_ser.CurrentAllocationAddress(CELL_SPACE),
574 HEAP->cell_space()->RoundSizeDownToObjectAlignment(paged_space_size),

Completed in 388 milliseconds