Searched defs:PagedSpace (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/heap/
H A Dspaces.h94 class PagedSpace;
673 // PagedSpace free-list statistics.
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* owne
1644 class PagedSpace : public Space { class in namespace:v8::internal
[all...]
H A Dspaces.cc21 HeapObjectIterator::HeapObjectIterator(PagedSpace* space) {
30 HeapObjectIterator::HeapObjectIterator(PagedSpace* space,
49 Initialize(reinterpret_cast<PagedSpace*>(owner), page->area_start(),
55 void HeapObjectIterator::Initialize(PagedSpace* space, Address cur, Address end,
391 void Page::InitializeAsAnchor(PagedSpace* owner) {
680 Page* MemoryAllocator::AllocatePage(intptr_t size, PagedSpace* owner,
871 static_cast<PagedSpace*>(chunk->owner())->IncrementUnsweptFreeBytes(-by);
878 // PagedSpace implementation
880 PagedSpace::PagedSpace(Hea function in class:v8::internal::PagedSpace
[all...]

Completed in 1560 milliseconds