Home
last modified time | relevance | path

Searched refs:PagedSpace (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/
Dspaces-inl.h53 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()
Dspaces.cc42 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 …]
Dstore-buffer.h175 PagedSpace* space,
191 PagedSpace* space,
199 void VerifyPointers(PagedSpace* space, RegionCallback region_callback);
Dspaces.h117 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 …]
Dmark-compact.h428 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);
Dstore-buffer.cc381 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()
Dincremental-marking.h237 void ActivateIncrementalWriteBarrier(PagedSpace* space);
241 static void DeactivateIncrementalWriteBarrierForSpace(PagedSpace* space);
Dmark-compact.cc124 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 …]
Dincremental-marking.cc329 PagedSpace* space) { in DeactivateIncrementalWriteBarrierForSpace()
364 void IncrementalMarking::ActivateIncrementalWriteBarrier(PagedSpace* space) { in ActivateIncrementalWriteBarrier()
Dheap.cc612 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()
Dserialize.cc606 reinterpret_cast<PagedSpace*>(space)->AllocateRaw(size); in Allocate()
Dheap.h2156 PagedSpace* next();
/external/v8/test/cctest/
Dtest-heap.cc1579 PagedSpace* space = HEAP->old_pointer_space(); in TEST()