Home
last modified time | relevance | path

Searched refs:getPageSize (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/Support/
DProcess.h46 static unsigned getPageSize();
/external/llvm/lib/ExecutionEngine/Orc/
DOrcTargetSupport.cpp125 unsigned PageSize = sys::Process::getPageSize(); in emitIndirectStubsBlock()
/external/llvm/lib/Support/Unix/
DMemory.inc90 static const size_t PageSize = Process::getPageSize();
155 static const size_t PageSize = Process::getPageSize();
184 static const size_t PageSize = Process::getPageSize();
DProcess.inc84 unsigned Process::getPageSize() {
DPath.inc467 return Process::getPageSize();
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DBitmapFont.java120 public int getPageSize() { in getPageSize() method in BitmapFont
DBitmapText.java62 textPages = new BitmapTextPage[font.getPageSize()]; in BitmapText()
/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp164 static const size_t PageSize = sys::Process::getPageSize(); in trimBlockToPageSize()
/external/llvm/lib/Support/
DMemoryBuffer.cpp334 static int PageSize = sys::Process::getPageSize(); in getOpenFileImpl()
/external/llvm/unittests/Support/
DMemoryTest.cpp24 PageSize = sys::Process::getPageSize(); in MappedMemoryTest()
/external/llvm/lib/Support/Windows/
DProcess.inc77 unsigned Process::getPageSize() {