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

  /external/chromium_org/v8/src/
snapshot-common.cc 71 deserializer->set_reservation(CELL_SPACE, cell_size);
84 deserializer->set_reservation(CELL_SPACE, cell_space_used_);
132 deserializer.set_reservation(CELL_SPACE, context_cell_space_used_);
mksnapshot.cc 430 partial_ser.CurrentAllocationAddress(i::CELL_SPACE),
439 ser.CurrentAllocationAddress(i::CELL_SPACE),
v8globals.h 182 CELL_SPACE, // Only and all cell objects.
heap-inl.h 246 } else if (CELL_SPACE == space) {
469 case CELL_SPACE:
serialize.cc 945 source_space != 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...]
heap.cc 531 (cell_space()->CommittedMemory() * 100.0) / CommittedMemory()));
544 static_cast<int>(cell_space()->CommittedMemory() / KB));
573 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(cell_space)
    [all...]
heap.h 561 CellSpace* cell_space() { return cell_space_; } function in class:v8::internal::Heap
574 case CELL_SPACE:
575 return cell_space();
    [all...]
mark-compact.cc 151 VerifyMarking(heap->cell_space());
233 VerifyEvacuation(heap->cell_space());
385 TraceFragmentation(heap()->cell_space());
479 VerifyMarkbitsAreClean(heap_->cell_space());
541 ClearMarkbitsInPagedSpace(heap_->cell_space());
661 case CELL_SPACE: return "CELL_SPACE";
    [all...]
spaces.cc 74 owner == page->heap()->cell_space() ||
    [all...]
  /external/chromium_org/v8/test/cctest/
test-serialize.cc 242 ser.CurrentAllocationAddress(CELL_SPACE),
432 p_ser.CurrentAllocationAddress(CELL_SPACE),
441 startup_serializer.CurrentAllocationAddress(CELL_SPACE),
478 deserializer->set_reservation(CELL_SPACE, cell_size);
578 p_ser.CurrentAllocationAddress(CELL_SPACE),
587 startup_serializer.CurrentAllocationAddress(CELL_SPACE),
  /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 719 milliseconds