Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces-inl.h32 PageIterator::PageIterator(PagedSpace* space) in PageIterator()
195 PagedSpace* owner) { in Initialize()
209 bool PagedSpace::Contains(Address addr) { in Contains()
216 bool PagedSpace::Contains(HeapObject* o) { return Contains(o->address()); } in Contains()
314 HeapObject* PagedSpace::AllocateLinearly(int size_in_bytes) { in AllocateLinearly()
342 HeapObject* PagedSpace::AllocateLinearlyAligned(int* size_in_bytes, in AllocateLinearlyAligned()
362 AllocationResult PagedSpace::AllocateRawUnaligned(int size_in_bytes) { in AllocateRawUnaligned()
384 AllocationResult PagedSpace::AllocateRawUnalignedSynchronized( in AllocateRawUnalignedSynchronized()
392 AllocationResult PagedSpace::AllocateRawAligned(int size_in_bytes, in AllocateRawAligned()
425 AllocationResult PagedSpace::AllocateRaw(int size_in_bytes, in AllocateRaw()
Dspaces.cc22 HeapObjectIterator::HeapObjectIterator(PagedSpace* space) { in HeapObjectIterator()
36 Initialize(reinterpret_cast<PagedSpace*>(owner), page->area_start(), in HeapObjectIterator()
42 void HeapObjectIterator::Initialize(PagedSpace* space, Address cur, Address end, in Initialize()
416 void Page::InitializeAsAnchor(PagedSpace* owner) { in InitializeAsAnchor()
711 Page* MemoryAllocator::AllocatePage(intptr_t size, PagedSpace* owner, in AllocateChunk()
927 static_cast<PagedSpace*>(chunk->owner())->Allocate(by); in AllocateChunk()
953 PagedSpace::PagedSpace(Heap* heap, AllocationSpace space, in AllocateChunk() function in v8::internal::PagedSpace
967 bool PagedSpace::SetUp() { return true; } in AllocateChunk()
970 bool PagedSpace::HasBeenSetUp() { return true; } in AllocateChunk()
973 void PagedSpace::TearDown() { in AllocateChunk()
[all …]
Dspaces.h104 class PagedSpace; variable
872 Executability executable, PagedSpace* owner);
874 void InitializeAsAnchor(PagedSpace* owner);
1220 Page* AllocatePage(intptr_t size, PagedSpace* owner,
1380 PagedSpace* owner);
1427 explicit HeapObjectIterator(PagedSpace* space);
1441 PagedSpace* space_;
1452 inline void Initialize(PagedSpace* owner, Address start, Address end,
1462 explicit inline PageIterator(PagedSpace* space);
1468 PagedSpace* space_;
[all …]
Dmark-compact.h336 void CollectEvacuationCandidates(PagedSpace* space);
381 static void VerifyMarkbitsAreClean(PagedSpace* space);
424 int SweepInParallel(PagedSpace* space, int required_freed_bytes);
428 int SweepInParallel(Page* page, PagedSpace* space);
642 void DiscoverGreyObjectsInSpace(PagedSpace* space);
745 void StartSweepSpace(PagedSpace* space);
751 void ParallelSweepSpaceComplete(PagedSpace* space);
Dincremental-marking.h19 class PagedSpace; variable
248 void ActivateIncrementalWriteBarrier(PagedSpace* space);
252 static void DeactivateIncrementalWriteBarrierForSpace(PagedSpace* space);
Dmark-compact.cc141 static void VerifyMarking(PagedSpace* space) { in VerifyMarking()
214 static void VerifyEvacuation(Heap* heap, PagedSpace* space) { in VerifyEvacuation()
277 static void TraceFragmentation(PagedSpace* space) { in TraceFragmentation()
338 static void VerifyValidSlotsBufferEntries(Heap* heap, PagedSpace* space) { in VerifyValidSlotsBufferEntries()
389 void MarkCompactCollector::VerifyMarkbitsAreClean(PagedSpace* space) { in VerifyMarkbitsAreClean()
448 static void ClearMarkbitsInPagedSpace(PagedSpace* space) { in ClearMarkbitsInPagedSpace()
507 SweeperTask(Heap* heap, PagedSpace* space) : heap_(heap), space_(space) {} in SweeperTask()
519 PagedSpace* space_;
542 PagedSpace* owner = reinterpret_cast<PagedSpace*>(page->owner()); in SweepOrWaitUntilSweepingCompleted()
703 void MarkCompactCollector::CollectEvacuationCandidates(PagedSpace* space) { in CollectEvacuationCandidates()
[all …]
Dstore-buffer.h17 class PagedSpace; variable
Dstore-buffer.cc477 PagedSpace* owner = reinterpret_cast<PagedSpace*>(page->owner()); in IteratePointersToNewSpace()
Dincremental-marking.cc374 PagedSpace* space) { in DeactivateIncrementalWriteBarrierForSpace()
407 void IncrementalMarking::ActivateIncrementalWriteBarrier(PagedSpace* space) { in ActivateIncrementalWriteBarrier()
Dheap.cc504 for (PagedSpace* space = spaces.next(); space != NULL; in RepairFreeListsAfterDeserialization()
4316 PagedSpace::ResetCodeStatistics(isolate()); in ReportCodeStatistics()
4321 PagedSpace::ReportCodeStatistics(isolate()); in ReportCodeStatistics()
5055 for (PagedSpace* space = spaces.next(); space != NULL; in DisableInlineAllocation()
5218 for (PagedSpace* s = spaces.next(); s != NULL; s = spaces.next()) { in NotifyDeserializationComplete()
5518 PagedSpace* PagedSpaces::next() { in next()
Dheap.h1086 PagedSpace* paged_space(int idx) { in paged_space()
2538 PagedSpace* next();
/external/v8/test/cctest/heap/
Dheap-tester.h68 static void MergeCompactionSpaces(PagedSpace* space,
Dutils-inl.h102 static inline void SimulateFullSpace(v8::internal::PagedSpace* space) { in SimulateFullSpace()
Dtest-spaces.cc550 void HeapTester::MergeCompactionSpaces(PagedSpace* space, in MergeCompactionSpaces()
Dtest-heap.cc3525 PagedSpace* old_space = heap->old_space(); in TEST()
5506 PagedSpace* old_space = i_isolate->heap()->old_space(); in UNINITIALIZED_TEST()
/external/v8/test/cctest/
Dtest-unboxed-doubles.cc1092 PagedSpace* old_space = heap->old_space(); in TEST()
1433 PagedSpace* old_space = heap->old_space(); in TestWriteBarrier()
1495 PagedSpace* old_space = heap->old_space(); in TestIncrementalWriteBarrier()
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/
Dperf_report_output.txt463 … ^[.] 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/v8/src/
Dd8.cc2398 for (i::PagedSpace* s = spit.next(); s != NULL; s = spit.next()) { in DumpHeapConstants()