Home
last modified time | relevance | path

Searched refs:GetPageSize (Results 1 – 25 of 27) sorted by relevance

12

/external/compiler-rt/lib/dfsan/
Ddfsan_interceptors.cc23 dfsan_set_label(0, res, RoundUpTo(length, GetPageSize())); in INTERCEPTOR()
31 dfsan_set_label(0, res, RoundUpTo(length, GetPageSize())); in INTERCEPTOR()
/external/libchrome/base/memory/
Dprotected_memory_posix.cc31 const uintptr_t page_mask = ~(base::GetPageSize() - 1); in SetMemory()
50 const uintptr_t page_mask = ~(base::GetPageSize() - 1); in AssertMemoryIsReadOnly()
/external/libchrome/mojo/core/
Dplatform_shared_memory_mapping.cc26 size_t GetPageSize() { in GetPageSize() function
50 size_t offset_rounding = offset_ % GetPageSize(); in PlatformSharedMemoryMapping()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stacktrace_test.cc46 size_t ps = GetPageSize(); in SetUp()
70 size_t ps = GetPageSize(); in TearDown()
Dsanitizer_posix_test.cc63 const int page_size = GetPageSize(); in TEST()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_containerlayoutitem.h18 CFX_SizeF GetPageSize() const;
Dcxfa_containerlayoutitem.cpp30 CFX_SizeF CXFA_ContainerLayoutItem::GetPageSize() const { in GetPageSize() function in CXFA_ContainerLayoutItem
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DProcess.h34 static unsigned GetPageSize();
/external/swiftshader/third_party/LLVM/lib/Support/
DMemoryBuffer.cpp188 static int PageSize = sys::Process::GetPageSize(); in ~MemoryBufferMMapFile()
281 static int PageSize = sys::Process::GetPageSize(); in getOpenFile()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DProcess.inc42 // solely so it can be called once in Process::GetPageSize to initialize the
56 Process::GetPageSize() {
DMemory.inc32 static const size_t pageSize = Process::GetPageSize();
/external/libchrome/base/process/
Dprocess_metrics_posix.cc94 size_t GetPageSize() { in GetPageSize() function
Dprocess_metrics.h264 BASE_EXPORT size_t GetPageSize();
/external/pdfium/xfa/fwl/
Dcfwl_scrollbar.h48 float GetPageSize() const { return m_fPageSize; } in GetPageSize() function
Dcfwl_listbox.cpp864 fPos -= pScrollBar->GetPageSize(); in OnScroll()
870 fPos += pScrollBar->GetPageSize(); in OnScroll()
Dcfwl_edit.cpp1412 fPos -= pScrollBar->GetPageSize(); in OnScroll()
1419 fPos += pScrollBar->GetPageSize(); in OnScroll()
/external/pdfium/xfa/fxfa/
Dcxfa_ffpageview.cpp122 return CFX_RectF(0, 0, GetPageSize()); in GetPageViewRect()
127 return GetPageMatrix(CFX_RectF(0, 0, GetPageSize()), rtDisp, iRotate, 0); in GetDisplayMatrix()
/external/libchrome/base/allocator/
Dallocator_shim.cc47 pagesize = base::GetPageSize(); in GetCachedPageSize()
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DMemory.inc36 size_t pageSize = Process::GetPageSize();
DProcess.inc45 Process::GetPageSize()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h65 uptr GetPageSize();
69 PageSizeCached = GetPageSize(); in GetPageSizeCached()
Dsanitizer_posix.cc48 return GetPageSize(); in GetMmapGranularity()
Dsanitizer_mac.cc325 uptr GetPageSize() { in GetPageSize() function
Dsanitizer_win.cc37 uptr GetPageSize() { in GetPageSize() function
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc970 __msan_unpoison(res, RoundUpTo(length, GetPageSize())); in INTERCEPTOR()
988 __msan_unpoison(res, RoundUpTo(length, GetPageSize())); in INTERCEPTOR()

12