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

  /external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/
PageAllocationAligned.h 1 #include <JavaScriptCore/PageAllocationAligned.h>
  /external/webkit/Source/WebCore/ForwardingHeaders/wtf/
PageAllocationAligned.h 3 #include <JavaScriptCore/PageAllocationAligned.h>
  /external/webkit/Source/JavaScriptCore/wtf/
PageAllocationAligned.h 34 class PageAllocationAligned : private PageBlock {
36 PageAllocationAligned()
44 static PageAllocationAligned allocate(size_t size, size_t alignment, OSAllocator::Usage usage = OSAllocator::UnknownUsage, bool writable = true, bool executable = false);
50 PageAllocationAligned(void* base, size_t size)
55 PageAllocationAligned(void* base, size_t size, void* reservationBase, size_t reservationSize)
68 using WTF::PageAllocationAligned;
PageAllocationAligned.cpp 27 #include "PageAllocationAligned.h"
31 PageAllocationAligned PageAllocationAligned::allocate(size_t size, size_t alignment, OSAllocator::Usage usage, bool writable, bool executable)
51 return PageAllocationAligned(reinterpret_cast<void*>(address), size);
65 return PageAllocationAligned(alignedBase, size, reservationBase, reservationSize);
69 void PageAllocationAligned::deallocate()
73 PageAllocationAligned tmp;
  /external/webkit/Source/JavaScriptCore/heap/
MarkedBlock.cpp 38 PageAllocationAligned allocation = PageAllocationAligned::allocate(blockSize, blockSize, OSAllocator::JSGCHeapPages);
51 MarkedBlock::MarkedBlock(const PageAllocationAligned& allocation, JSGlobalData* globalData, size_t cellSize)
MarkedBlock.h 26 #include <wtf/PageAllocationAligned.h>
89 MarkedBlock(const PageAllocationAligned&, JSGlobalData*, size_t cellSize);
96 PageAllocationAligned m_allocation;
  /external/webkit/Source/JavaScriptCore/
Android.v8.wtf.mk 41 wtf/PageAllocationAligned.cpp \
Android.mk 182 wtf/PageAllocationAligned.cpp\

Completed in 76 milliseconds