Searched refs:GetPageSize (Results 1 - 15 of 15) sorted by relevance

/external/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cc23 dfsan_set_label(0, res, RoundUpTo(length, GetPageSize()));
31 dfsan_set_label(0, res, RoundUpTo(length, GetPageSize()));
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_posix_test.cc62 const int page_size = GetPageSize();
H A Dsanitizer_stacktrace_test.cc46 size_t ps = GetPageSize();
70 size_t ps = GetPageSize();
/external/lldb/include/lldb/Host/
H A DHost.h92 GetPageSize();
/external/lldb/source/Core/
H A DDataBufferMemoryMap.cpp211 size_t page_offset = offset % Host::GetPageSize();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc31 PageSize = GetPageSize();
H A Dsanitizer_mac.cc227 uptr GetPageSize() { function in namespace:__sanitizer
H A Dsanitizer_posix.cc47 return GetPageSize();
H A Dsanitizer_common.h57 uptr GetPageSize();
H A Dsanitizer_win.cc37 uptr GetPageSize() { function in namespace:__sanitizer
H A Dsanitizer_linux.cc702 uptr GetPageSize() { function in namespace:__sanitizer
/external/v8/src/base/platform/
H A Dplatform-win32.cc699 static size_t GetPageSize() { function in namespace:v8::base
778 size_t msize = RoundUp(requested, static_cast<int>(GetPageSize()));
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc1023 __msan_unpoison(res, RoundUpTo(length, GetPageSize()));
1041 __msan_unpoison(res, RoundUpTo(length, GetPageSize()));
/external/lldb/source/Expression/
H A DClangUserExpression.cpp878 function_stack_bottom = function_stack_pointer - Host::GetPageSize();
/external/lldb/source/Host/common/
H A DHost.cpp281 Host::GetPageSize() function in class:Host

Completed in 307 milliseconds