HomeSort by relevance Sort by last modified time
    Searched defs:page_start (Results 1 - 3 of 3) sorted by null

  /bionic/linker/
linker_allocator.cpp 107 void* page_start = reinterpret_cast<void*>(page_record->page_addr); local
108 void* page_end = reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(page_start) + PAGE_SIZE);
111 free_blocks_list_ > page_start &&
119 while (current->next > page_start && current->next < page_end) {
126 munmap(page_start, PAGE_SIZE);
166 void* addr = reinterpret_cast<void*>(PAGE_START(reinterpret_cast<uintptr_t>(ptr)));
278 page_info* info = reinterpret_cast<page_info*>(PAGE_START(reinterpret_cast<size_t>(ptr)));
  /external/v8/src/heap/
spaces.h 2018 Address page_start = local
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 

Completed in 283 milliseconds