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

  /external/v8/src/heap/
spaces-inl.h 324 map_iterator_(heap->map_space()->begin()),
335 if (map_iterator_ != heap_->map_space()->end()) return *(map_iterator_++);
incremental-marking.cc 355 DeactivateIncrementalWriteBarrierForSpace(heap_->map_space());
381 ActivateIncrementalWriteBarrier(heap_->map_space());
561 heap()->map_space()->MarkAllocationInfoBlack();
    [all...]
mark-compact.cc 153 VerifyMarking(heap->map_space());
226 VerifyEvacuation(heap, heap->map_space());
287 TraceFragmentation(heap()->map_space());
342 VerifyMarkbitsAreClean(heap_->map_space());
365 HeapObjectIterator iterator(heap()->map_space());
390 ClearMarkbitsInPagedSpace(heap_->map_space());
528 heap()->map_space()->RefillFreeList();
561 case MAP_SPACE:
562 return "MAP_SPACE";
    [all...]
spaces.cc 47 owner == page->heap()->map_space() ||
    [all...]
heap.cc 470 case MAP_SPACE:
471 return "map_space";
694 (map_space()->CommittedMemory() * 100.0) / CommittedMemory()));
703 static_cast<int>(map_space()->CommittedMemory() / KB));
732 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(map_space)
    [all...]
heap.h 1024 MapSpace* map_space() { return map_space_; } function in class:v8::internal::GarbageCollectionReason::Heap
    [all...]
  /external/v8/src/
d8.cc     [all...]

Completed in 317 milliseconds