Searched refs:map_space (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/heap/
H A Dspaces-inl.h324 map_iterator_(heap->map_space()->begin()),
335 if (map_iterator_ != heap_->map_space()->end()) return *(map_iterator_++);
H A Dincremental-marking.cc355 DeactivateIncrementalWriteBarrierForSpace(heap_->map_space());
381 ActivateIncrementalWriteBarrier(heap_->map_space());
561 heap()->map_space()->MarkAllocationInfoBlack();
H A Dmark-compact.cc153 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();
2067 DiscoverGreyObjectsInSpace(heap()->map_space());
4026 StartSweepSpace(heap()->map_space());
H A Dspaces.cc47 owner == page->heap()->map_space() ||
1473 CHECK(heap()->map_space()->Contains(map));
1867 CHECK(heap()->map_space()->Contains(map));
3179 CHECK(heap()->map_space()->Contains(map));
H A Dheap.cc471 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)
1169 AllocationResult allocation = map_space()->AllocateRawUnaligned(
6026 return heap_->map_space();
6041 return heap_->map_space();
H A Dheap.h1024 MapSpace* map_space() { return map_space_; } function in class:v8::internal::GarbageCollectionReason::Heap
/external/v8/src/
H A Dd8.cc2841 i::HeapObjectIterator it(heap->map_space());

Completed in 164 milliseconds