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

  /external/chromium_org/v8/src/
snapshot-common.cc 23 deserializer->set_reservation(CELL_SPACE, cell_space_used_);
67 deserializer.set_reservation(CELL_SPACE, context_cell_space_used_);
snapshot-external.cc 66 deserializer.set_reservation(CELL_SPACE, snapshot_impl_->cell_space_used);
95 deserializer.set_reservation(CELL_SPACE,
mksnapshot.cc 89 i::MAP_SPACE, i::CELL_SPACE, i::PROPERTY_CELL_SPACE
198 WriteSizeVar(ser, prefix, "cell", i::CELL_SPACE);
globals.h 364 CELL_SPACE, // Only and all cell objects.
serialize.cc 816 source_space != CELL_SPACE &&
    [all...]
  /external/chromium_org/v8/test/cctest/
test-serialize.cc 190 ser.CurrentAllocationAddress(CELL_SPACE),
271 deserializer->set_reservation(CELL_SPACE, cell_size);
458 p_ser.CurrentAllocationAddress(CELL_SPACE),
467 startup_serializer.CurrentAllocationAddress(CELL_SPACE),
581 p_ser.CurrentAllocationAddress(CELL_SPACE),
590 startup_serializer.CurrentAllocationAddress(CELL_SPACE),
  /external/chromium_org/v8/src/heap/
heap-inl.h 207 } else if (CELL_SPACE == space) {
457 case CELL_SPACE:
heap.cc 657 static_cast<int>((cell_space()->CommittedMemory() * 100.0) /
672 static_cast<int>(cell_space()->CommittedMemory() / KB));
707 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(cell_space)
    [all...]
incremental-marking.cc 328 } else if (chunk->owner()->identity() == CELL_SPACE ||
375 DeactivateIncrementalWriteBarrierForSpace(heap_->cell_space());
410 ActivateIncrementalWriteBarrier(heap_->cell_space());
    [all...]
heap.h 598 CellSpace* cell_space() { return cell_space_; } function in class:v8::internal::Heap
609 case CELL_SPACE:
610 return cell_space();
    [all...]
spaces.cc 46 owner == page->heap()->cell_space() ||
    [all...]
mark-compact.cc 139 VerifyMarking(heap->cell_space());
220 VerifyEvacuation(heap, heap->cell_space());
374 TraceFragmentation(heap()->cell_space());
462 VerifyMarkbitsAreClean(heap_->cell_space());
521 ClearMarkbitsInPagedSpace(heap_->cell_space());
703 case CELL_SPACE:
704 return "CELL_SPACE";
    [all...]

Completed in 392 milliseconds