Home
last modified time | relevance | path

Searched defs:PageSize (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime_globals.h37 struct PageSize { struct
38 PageSize() in PageSize() argument
41 constexpr ALWAYS_INLINE operator size_t() const { in size_t()
49 void AllowAccess() { in AllowAccess()
53 void DisallowAccess() { in DisallowAccess()
57 void SetAccessAllowed(bool is_allowed) { in SetAccessAllowed()
91 extern PageSize gPageSize ALWAYS_HIDDEN; argument
/art/libartbase/base/
Dmem_map_test.cc140 TEST_F(MemMapTest, PageSize) { in TEST_F() argument