OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PageBlock
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/
PageBlock.h
1
#include <JavaScriptCore/
PageBlock
.h>
/external/webkit/Source/WebCore/ForwardingHeaders/wtf/
PageBlock.h
3
#include <JavaScriptCore/
PageBlock
.h>
/external/webkit/Source/JavaScriptCore/wtf/
PageBlock.h
36
class
PageBlock
{
38
PageBlock
();
39
PageBlock
(const
PageBlock
&);
40
PageBlock
(void*, size_t);
58
inline
PageBlock
::
PageBlock
()
64
inline
PageBlock
::
PageBlock
(const
PageBlock
& other
[
all
...]
PageAllocationAligned.h
34
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;
PageAllocation.h
31
#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)
PageReservation.h
57
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/
Android.v8.wtf.mk
42
wtf/
PageBlock
.cpp \
Android.mk
183
wtf/
PageBlock
.cpp\
Completed in 1065 milliseconds