Searched refs:PagedSpace (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/ |
D | spaces-inl.h | 53 PageIterator::PageIterator(PagedSpace* space) in PageIterator() 165 PagedSpace* owner) { in Initialize() 178 bool PagedSpace::Contains(Address addr) { in Contains() 252 HeapObject* PagedSpace::AllocateLinearly(int size_in_bytes) { in AllocateLinearly() 263 MaybeObject* PagedSpace::AllocateRaw(int size_in_bytes) { in AllocateRaw()
|
D | spaces.cc | 42 HeapObjectIterator::HeapObjectIterator(PagedSpace* space) { in HeapObjectIterator() 55 HeapObjectIterator::HeapObjectIterator(PagedSpace* space, in HeapObjectIterator() 77 Initialize(reinterpret_cast<PagedSpace*>(owner), in HeapObjectIterator() 86 void HeapObjectIterator::Initialize(PagedSpace* space, in Initialize() 386 void Page::InitializeAsAnchor(PagedSpace* owner) { in InitializeAsAnchor() 575 Page* MemoryAllocator::AllocatePage(PagedSpace* owner, in AllocatePage() 768 static_cast<PagedSpace*>(chunk->owner())->IncrementUnsweptFreeBytes(-by); in IncrementLiveBytesFromMutator() 776 PagedSpace::PagedSpace(Heap* heap, in PagedSpace() function in v8::internal::PagedSpace 802 bool PagedSpace::SetUp() { in SetUp() 807 bool PagedSpace::HasBeenSetUp() { in HasBeenSetUp() [all …]
|
D | store-buffer.h | 175 PagedSpace* space, 191 PagedSpace* space, 199 void VerifyPointers(PagedSpace* space, RegionCallback region_callback);
|
D | spaces.h | 117 class PagedSpace; variable 709 PagedSpace* owner); 711 void InitializeAsAnchor(PagedSpace* owner); 953 Page* AllocatePage(PagedSpace* owner, Executability executable); 1080 PagedSpace* owner); 1116 explicit HeapObjectIterator(PagedSpace* space); 1117 HeapObjectIterator(PagedSpace* space, HeapObjectCallback size_func); 1141 PagedSpace* space_; 1152 inline void Initialize(PagedSpace* owner, 1165 explicit inline PageIterator(PagedSpace* space); [all …]
|
D | mark-compact.h | 428 void CollectEvacuationCandidates(PagedSpace* space); 482 static void VerifyMarkbitsAreClean(PagedSpace* space); 488 static intptr_t SweepConservatively(PagedSpace* space, Page* p); 743 void SweepSpace(PagedSpace* space, SweeperType sweeper);
|
D | store-buffer.cc | 381 void StoreBuffer::VerifyPointers(PagedSpace* space, in VerifyPointers() 388 reinterpret_cast<PagedSpace*>(page->owner()), in VerifyPointers() 522 PagedSpace* space, in FindPointersToNewSpaceOnPage() 647 PagedSpace* owner = reinterpret_cast<PagedSpace*>(page->owner()); in IteratePointersToNewSpace()
|
D | incremental-marking.h | 237 void ActivateIncrementalWriteBarrier(PagedSpace* space); 241 static void DeactivateIncrementalWriteBarrierForSpace(PagedSpace* space);
|
D | mark-compact.cc | 124 static void VerifyMarking(PagedSpace* space) { in VerifyMarking() 204 static void VerifyEvacuation(PagedSpace* space) { in VerifyEvacuation() 235 static void TraceFragmentation(PagedSpace* space) { in TraceFragmentation() 308 void MarkCompactCollector::VerifyMarkbitsAreClean(PagedSpace* space) { in VerifyMarkbitsAreClean() 345 static void ClearMarkbitsInPagedSpace(PagedSpace* space) { in ClearMarkbitsInPagedSpace() 441 static int FreeListFragmentation(PagedSpace* space, Page* p) { in FreeListFragmentation() 498 void MarkCompactCollector::CollectEvacuationCandidates(PagedSpace* space) { in CollectEvacuationCandidates() 706 for (PagedSpace* space = spaces.next(); in Prepare() 2034 PagedSpace* space) { in DiscoverGreyObjectsInSpace() 2909 PagedSpace* space = static_cast<PagedSpace*>(p->owner()); in EvacuateLiveObjectsFromPage() [all …]
|
D | incremental-marking.cc | 329 PagedSpace* space) { in DeactivateIncrementalWriteBarrierForSpace() 364 void IncrementalMarking::ActivateIncrementalWriteBarrier(PagedSpace* space) { in ActivateIncrementalWriteBarrier()
|
D | heap.cc | 612 PagedSpace* old_pointer_space = Heap::old_pointer_space(); in ReserveSpace() 613 PagedSpace* old_data_space = Heap::old_data_space(); in ReserveSpace() 614 PagedSpace* code_space = Heap::code_space(); in ReserveSpace() 615 PagedSpace* map_space = Heap::map_space(); in ReserveSpace() 616 PagedSpace* cell_space = Heap::cell_space(); in ReserveSpace() 5005 PagedSpace::ResetCodeStatistics(); in ReportCodeStatistics() 5010 PagedSpace::ReportCodeStatistics(); in ReportCodeStatistics() 6064 for (PagedSpace* space = spaces.next(); in Shrink() 6155 PagedSpace* PagedSpaces::next() { in next()
|
D | serialize.cc | 606 reinterpret_cast<PagedSpace*>(space)->AllocateRaw(size); in Allocate()
|
D | heap.h | 2156 PagedSpace* next();
|
/external/v8/test/cctest/ |
D | test-heap.cc | 1579 PagedSpace* space = HEAP->old_pointer_space(); in TEST()
|