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

  /external/chromium_org/v8/src/
store-buffer-inl.h 42 ASSERT(!heap_->cell_space()->Contains(addr));
59 SLOW_ASSERT(!heap_->cell_space()->Contains(addr) &&
mark-compact.cc 154 VerifyMarking(heap->cell_space());
236 VerifyEvacuation(heap->cell_space());
388 TraceFragmentation(heap()->cell_space());
481 VerifyMarkbitsAreClean(heap_->cell_space());
543 ClearMarkbitsInPagedSpace(heap_->cell_space());
649 case CELL_SPACE: return "CELL_SPACE";
    [all...]
incremental-marking.cc 397 } else if (chunk->owner()->identity() == CELL_SPACE ||
444 DeactivateIncrementalWriteBarrierForSpace(heap_->cell_space());
479 ActivateIncrementalWriteBarrier(heap_->cell_space());
    [all...]
store-buffer.cc 697 ASSERT(!heap_->cell_space()->Contains(*current));
heap.cc 610 (cell_space()->CommittedMemory() * 100.0) / CommittedMemory()));
626 static_cast<int>(cell_space()->CommittedMemory() / KB));
660 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(cell_space)
    [all...]
heap.h 565 CellSpace* cell_space() { return cell_space_; } function in class:v8::internal::Heap
578 case CELL_SPACE:
579 return cell_space();
    [all...]
heap-snapshot-generator.cc     [all...]
spaces.cc 75 owner == page->heap()->cell_space() ||
    [all...]
  /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/chromium_org/v8/src/extensions/
statistics-extension.cc 148 AddNumber(args.GetIsolate(), result, heap->cell_space()->Size(),
150 AddNumber(args.GetIsolate(), result, heap->cell_space()->Available(),
152 AddNumber(args.GetIsolate(), result, heap->cell_space()->CommittedMemory(),
  /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 269 milliseconds