HomeSort by relevance Sort by last modified time
    Searched refs:PageMemory (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 57 class PageMemory;
802 BaseHeapPage(PageMemory*, const GCInfo*, ThreadState*);
821 PageMemory* storage() const { return m_storage; }
842 PageMemory* m_storage;
Heap.cpp 297 // to free all the virtual memory reserved. Multiple PageMemory
300 // that the system memory can be given back when all PageMemory
307 class PageMemory {
309 ~PageMemory()
320 static PageMemory* setupPageMemoryInRegion(PageMemoryRegion* region, size_t pageOffset, size_t payloadSize)
325 return new PageMemory(region, MemoryRegion(payloadAddress, payloadSize));
334 static PageMemory* allocate(size_t payloadSize)
346 PageMemory* storage = setupPageMemoryInRegion(pageMemoryRegion, 0, payloadSize);
352 PageMemory(PageMemoryRegion* reserved, const MemoryRegion& writable)
932 PageMemory* pageMemory = PageMemory::allocate(allocationSize)
    [all...]
Heap.h 108 class PageMemory;
187 LargeHeapObject(PageMemory* storage, const GCInfo* gcInfo, ThreadState* state) : BaseHeapPage(storage, gcInfo, state)
495 HeapPage(PageMemory*, ThreadHeap<Header>*, const GCInfo*);
767 class FreePagePool : public PagePool<PageMemory> {
770 void addFreePage(int, PageMemory*);
771 PageMemory* takeFreePage(int);
786 void clearMemory(PageMemory*);
    [all...]
ThreadState.cpp 272 BaseHeapPage::BaseHeapPage(PageMemory* storage, const GCInfo* gcInfo, ThreadState* state)
    [all...]

Completed in 57 milliseconds