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

/external/chromium_org/v8/src/
H A Dspaces.h116 class PagedSpace;
707 // PagedSpace free-list statistics.
806 PagedSpace* owner);
808 void InitializeAsAnchor(PagedSpace* owner);
1065 intptr_t size, PagedSpace* owner, Executability executable);
1214 PagedSpace* owner);
1255 explicit HeapObjectIterator(PagedSpace* space);
1256 HeapObjectIterator(PagedSpace* space, HeapObjectCallback size_func);
1280 PagedSpace* space_;
1291 inline void Initialize(PagedSpace* owne
1656 class PagedSpace : public Space { class in namespace:v8::internal
[all...]
H A Dspaces.cc42 HeapObjectIterator::HeapObjectIterator(PagedSpace* space) {
55 HeapObjectIterator::HeapObjectIterator(PagedSpace* space,
78 Initialize(reinterpret_cast<PagedSpace*>(owner),
87 void HeapObjectIterator::Initialize(PagedSpace* space,
419 void Page::InitializeAsAnchor(PagedSpace* owner) {
736 PagedSpace* owner,
935 static_cast<PagedSpace*>(chunk->owner())->IncrementUnsweptFreeBytes(-by);
942 // PagedSpace implementation
944 PagedSpace::PagedSpace(Hea function in class:v8::internal::PagedSpace
[all...]
/external/v8/src/
H A Dspaces.h117 class PagedSpace;
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* spac
1427 class PagedSpace : public Space { class in namespace:v8::internal
[all...]
H A Dspaces.cc42 HeapObjectIterator::HeapObjectIterator(PagedSpace* space) {
55 HeapObjectIterator::HeapObjectIterator(PagedSpace* space,
77 Initialize(reinterpret_cast<PagedSpace*>(owner),
86 void HeapObjectIterator::Initialize(PagedSpace* space,
386 void Page::InitializeAsAnchor(PagedSpace* owner) {
575 Page* MemoryAllocator::AllocatePage(PagedSpace* owner,
768 static_cast<PagedSpace*>(chunk->owner())->IncrementUnsweptFreeBytes(-by);
774 // PagedSpace implementation
776 PagedSpace::PagedSpace(Hea function in class:v8::internal::PagedSpace
[all...]

Completed in 759 milliseconds