Home
last modified time | relevance | path

Searched defs:page_start (Results 1 – 4 of 4) sorted by relevance

/aosp12/bionic/linker/
H A Dlinker_utils_test.cpp106 TEST(linker_utils, page_start) { in TEST() argument
H A Dlinker_utils.cpp174 off64_t page_start(off64_t offset) { in page_start() function
/aosp12/art/runtime/jit/
H A Djit.cc650 uint8_t* page_start = AlignUp(header.GetImageBegin() + section.Offset(), kPageSize); in NotifyZygoteCompilationDone() local
709 uint8_t* page_start = AlignUp(header.GetImageBegin() + section.Offset(), kPageSize); in NotifyZygoteCompilationDone() local
737 uint8_t* page_start = AlignUp(header.GetImageBegin() + section.Offset(), kPageSize); in NotifyZygoteCompilationDone() local
1096 uint8_t* page_start = AlignUp(header.GetImageBegin() + section.Offset(), kPageSize); in MapBootImageMethods() local
1228 uint8_t* page_start = AlignUp(header.GetImageBegin() + section.Offset(), kPageSize); in CreateThreadPool() local
/aosp12/bionic/tests/
H A Ddlfcn_test.cpp847 uintptr_t page_start = reinterpret_cast<uintptr_t>(taxicab_number) & ~(PAGE_SIZE - 1); in TEST() local