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

  /external/v8/src/
store-buffer-inl.h 42 ASSERT(!heap_->cell_space()->Contains(addr));
58 SLOW_ASSERT(!heap_->cell_space()->Contains(addr) &&
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...]
incremental-marking.cc 305 } else if (chunk->owner()->identity() == CELL_SPACE ||
351 DeactivateIncrementalWriteBarrierForSpace(heap_->cell_space());
385 ActivateIncrementalWriteBarrier(heap_->cell_space());
store-buffer.cc 682 ASSERT(!heap_->cell_space()->Contains(*current));
heap.cc 616 PagedSpace* cell_space = Heap::cell_space(); local
648 if (!(cell_space->ReserveSpace(cell_space_size))) {
649 AbortIncrementalMarkingAndCollectGarbage(this, CELL_SPACE,
    [all...]
heap.h 503 CellSpace* cell_space() { return cell_space_; } function in class:v8::internal::Heap
    [all...]
serialize.cc 770 } else if (space_number == CELL_SPACE) { \
771 dest_space = isolate->heap()->cell_space(); \
788 source_space != CELL_SPACE &&
    [all...]
spaces.cc 75 owner == HEAP->cell_space() ||
    [all...]
profile-generator.cc     [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 263 milliseconds