Searched refs:PageBlock (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/
H A DPageBlock.h1 #include <JavaScriptCore/PageBlock.h>
/external/webkit/Source/WebCore/ForwardingHeaders/wtf/
H A DPageBlock.h3 #include <JavaScriptCore/PageBlock.h>
/external/webkit/Source/JavaScriptCore/wtf/
H A DPageBlock.h36 class PageBlock { class in namespace:WTF
38 PageBlock();
39 PageBlock(const PageBlock&);
40 PageBlock(void*, size_t);
58 inline PageBlock::PageBlock() function in class:WTF::PageBlock
64 inline PageBlock::PageBlock(const PageBlock function in class:WTF::PageBlock
70 inline PageBlock::PageBlock(void* base, size_t size) function in class:WTF::PageBlock
[all...]
H A DPageAllocationAligned.h34 class PageAllocationAligned : private PageBlock {
40 using PageBlock::operator bool;
41 using PageBlock::size;
42 using PageBlock::base;
51 : PageBlock(base, size)
56 : PageBlock(base, size)
61 PageBlock m_reservation;
H A DPageAllocation.h31 #include <wtf/PageBlock.h>
82 class PageAllocation : private PageBlock {
88 using PageBlock::size;
89 using PageBlock::base;
92 using PageBlock::operator bool;
95 // control warning when a client tries to use operator bool exposed above via "using PageBlock::operator bool".
96 operator bool() const { return PageBlock::operator bool(); }
120 : PageBlock(base, size)
H A DPageReservation.h57 class PageReservation : private PageBlock {
66 using PageBlock::base;
67 using PageBlock::size;
70 using PageBlock::operator bool;
73 // control warning when a client tries to use operator bool exposed above via "using PageBlock::operator bool".
74 operator bool() const { return PageBlock::operator bool(); }
127 : PageBlock(base, size)
/external/webkit/Source/JavaScriptCore/
H A DAndroid.v8.wtf.mk42 wtf/PageBlock.cpp \
H A DAndroid.mk183 wtf/PageBlock.cpp\

Completed in 965 milliseconds