Lines Matching refs:PagedSpace
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);
1237 PagedSpace* space_;
1513 explicit FreeList(PagedSpace* owner);
1584 PagedSpace* owner_;
1644 class PagedSpace : public Space {
1647 PagedSpace(Heap* heap, intptr_t max_capacity, AllocationSpace id,
1650 virtual ~PagedSpace() {} in ~PagedSpace()
2592 class OldSpace : public PagedSpace {
2598 : PagedSpace(heap, max_capacity, id, executable) {} in OldSpace()
2616 class MapSpace : public PagedSpace {
2620 : PagedSpace(heap, max_capacity, id, NOT_EXECUTABLE), in MapSpace()
2656 class CellSpace : public PagedSpace {
2660 : PagedSpace(heap, max_capacity, id, NOT_EXECUTABLE) {} in CellSpace()
2681 class PropertyCellSpace : public PagedSpace {
2685 : PagedSpace(heap, max_capacity, id, NOT_EXECUTABLE) {} in PropertyCellSpace()