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

  /external/v8/src/heap/
incremental-marking.cc 258 DeactivateIncrementalWriteBarrierForSpace(heap_->map_space());
284 ActivateIncrementalWriteBarrier(heap_->map_space());
430 heap()->map_space()->MarkLinearAllocationAreaBlack();
442 heap()->map_space()->UnmarkLinearAllocationArea();
    [all...]
spaces-inl.h 222 map_iterator_(heap->map_space()->begin()),
233 if (map_iterator_ != heap_->map_space()->end()) return *(map_iterator_++);
mark-compact.cc 161 VerifyMarking(heap_->map_space());
294 VerifyEvacuation(heap_->map_space());
443 TraceFragmentation(heap()->map_space());
501 VerifyMarkbitsAreClean(heap_->map_space());
532 ClearMarkbitsInPagedSpace(heap_->map_space());
544 heap()->map_space()->RefillFreeList();
835 heap()->map_space()->VerifyLiveBytes();
    [all...]
spaces.cc 53 owner == page->heap()->map_space() ||
    [all...]
heap.cc 691 case MAP_SPACE:
692 return "map_space";
    [all...]
heap.h 775 MapSpace* map_space() { return map_space_; } function in class:v8::internal::GarbageCollectionReason::Heap
    [all...]

Completed in 477 milliseconds