Searched refs:PagedSpace (Results 1 – 15 of 15) sorted by relevance
/external/chromium_org/v8/src/heap/ |
D | spaces.cc | 21 HeapObjectIterator::HeapObjectIterator(PagedSpace* space) { in HeapObjectIterator() 30 HeapObjectIterator::HeapObjectIterator(PagedSpace* space, in HeapObjectIterator() 49 Initialize(reinterpret_cast<PagedSpace*>(owner), page->area_start(), in HeapObjectIterator() 55 void HeapObjectIterator::Initialize(PagedSpace* space, Address cur, Address end, in Initialize() 391 void Page::InitializeAsAnchor(PagedSpace* owner) { in InitializeAsAnchor() 680 Page* MemoryAllocator::AllocatePage(intptr_t size, PagedSpace* owner, in AllocatePage() 871 static_cast<PagedSpace*>(chunk->owner())->IncrementUnsweptFreeBytes(-by); in IncrementLiveBytesFromMutator() 880 PagedSpace::PagedSpace(Heap* heap, intptr_t max_capacity, AllocationSpace id, in PagedSpace() function in v8::internal::PagedSpace 903 bool PagedSpace::SetUp() { return true; } in SetUp() 906 bool PagedSpace::HasBeenSetUp() { return true; } in HasBeenSetUp() [all …]
|
D | spaces-inl.h | 32 PageIterator::PageIterator(PagedSpace* space) in PageIterator() 137 PagedSpace* owner) { in Initialize() 150 bool PagedSpace::Contains(Address addr) { in Contains() 237 HeapObject* PagedSpace::AllocateLinearly(int size_in_bytes) { in AllocateLinearly() 248 AllocationResult PagedSpace::AllocateRaw(int size_in_bytes) { in AllocateRaw()
|
D | spaces.h | 94 class PagedSpace; variable 762 Executability executable, PagedSpace* owner); 764 void InitializeAsAnchor(PagedSpace* owner); 1007 Page* AllocatePage(intptr_t size, PagedSpace* owner, 1146 PagedSpace* owner); 1187 explicit HeapObjectIterator(PagedSpace* space); 1188 HeapObjectIterator(PagedSpace* space, HeapObjectCallback size_func); 1210 PagedSpace* space_; 1221 inline void Initialize(PagedSpace* owner, Address start, Address end, 1231 explicit inline PageIterator(PagedSpace* space); [all …]
|
D | mark-compact.h | 509 void CollectEvacuationCandidates(PagedSpace* space); 559 static void VerifyMarkbitsAreClean(PagedSpace* space); 629 int SweepInParallel(PagedSpace* space, int required_freed_bytes); 633 int SweepInParallel(Page* page, PagedSpace* space); 642 void RefillFreeList(PagedSpace* space); 863 void SweepSpace(PagedSpace* space, SweeperType sweeper); 869 void ParallelSweepSpaceComplete(PagedSpace* space);
|
D | store-buffer.h | 17 class PagedSpace; variable 162 void IteratePointersOnPage(PagedSpace* space, Page* page,
|
D | incremental-marking.h | 177 void ActivateIncrementalWriteBarrier(PagedSpace* space); 181 static void DeactivateIncrementalWriteBarrierForSpace(PagedSpace* space);
|
D | mark-compact.cc | 125 static void VerifyMarking(PagedSpace* space) { in VerifyMarking() 201 static void VerifyEvacuation(Heap* heap, PagedSpace* space) { in VerifyEvacuation() 343 static void TraceFragmentation(PagedSpace* space) { in TraceFragmentation() 436 void MarkCompactCollector::VerifyMarkbitsAreClean(PagedSpace* space) { in VerifyMarkbitsAreClean() 498 static void ClearMarkbitsInPagedSpace(PagedSpace* space) { in ClearMarkbitsInPagedSpace() 538 SweeperTask(Heap* heap, PagedSpace* space) : heap_(heap), space_(space) {} in SweeperTask() 550 PagedSpace* space_; 627 void MarkCompactCollector::RefillFreeList(PagedSpace* space) { in RefillFreeList() 720 static int FreeListFragmentation(PagedSpace* space, Page* p) { in FreeListFragmentation() 730 PagedSpace::SizeStats sizes; in FreeListFragmentation() [all …]
|
D | store-buffer.cc | 479 PagedSpace* owner = reinterpret_cast<PagedSpace*>(page->owner()); in IteratePointersToNewSpace()
|
D | incremental-marking.cc | 353 PagedSpace* space) { in DeactivateIncrementalWriteBarrierForSpace() 389 void IncrementalMarking::ActivateIncrementalWriteBarrier(PagedSpace* space) { in ActivateIncrementalWriteBarrier()
|
D | heap.h | 601 PagedSpace* paged_space(int idx) { in paged_space() 2162 PagedSpace* next();
|
D | heap.cc | 486 for (PagedSpace* space = spaces.next(); space != NULL; in RepairFreeListsAfterBoot() 4397 PagedSpace::ResetCodeStatistics(isolate()); in ReportCodeStatistics() 4402 PagedSpace::ReportCodeStatistics(isolate()); in ReportCodeStatistics() 5043 for (PagedSpace* space = spaces.next(); space != NULL; in DisableInlineAllocation() 5425 PagedSpace* PagedSpaces::next() { in next()
|
/external/chromium_org/v8/test/cctest/ |
D | cctest.h | 497 static inline void SimulateFullSpace(v8::internal::PagedSpace* space) { in SimulateFullSpace()
|
D | test-heap.cc | 2069 PagedSpace* space = CcTest::heap()->old_pointer_space(); in TEST() 2999 PagedSpace* old_pointer_space = heap->old_pointer_space(); in TEST()
|
/external/chromium_org/tools/telemetry/unittest_data/ |
D | perf_report_output.txt | 463 … ^[.] v8::internal::MarkCompactCollector::SweepSpace(v8::internal::PagedSpace*, v8::internal::… 465 …--- v8::internal::MarkCompactCollector::SweepSpace(v8::internal::PagedSpace*, v8::internal::MarkCo… 891 …::internal::MarkCompactCollector::SweepingParallelism)0>(v8::internal::PagedSpace*, v8::internal::… 893 …::internal::MarkCompactCollector::SweepingParallelism)0>(v8::internal::PagedSpace*, v8::internal::… 1112 0.12^3568302^HTMLParserThrea^chrome ^[.] v8::internal::PagedSpace::AllocateRaw(int) 1114 --- v8::internal::PagedSpace::AllocateRaw(int)
|
/external/chromium_org/v8/src/ |
D | d8.cc | 1507 for (i::PagedSpace* s = spit.next(); s != NULL; s = spit.next()) { in DumpHeapConstants()
|