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

  /bionic/linker/tests/
linker_utils_test.cpp 103 TEST(linker_utils, page_start) {
104 ASSERT_EQ(0x0001000, page_start(0x0001000));
105 ASSERT_EQ(0x3002000, page_start(0x300222f));
106 ASSERT_EQ(0x6001000, page_start(0x6001fff));
  /bionic/linker/
linker_mapped_file_fragment.cpp 52 off64_t page_min = page_start(offset);
linker_utils.h 56 off64_t page_start(off64_t offset);
linker_allocator.cpp 124 void* page_start = reinterpret_cast<void*>(page_record->page_addr); local
125 void* page_end = reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(page_start) + PAGE_SIZE);
128 free_blocks_list_ > page_start &&
136 while (current->next > page_start && current->next < page_end) {
143 munmap(page_start, PAGE_SIZE);
177 void* addr = reinterpret_cast<void*>(PAGE_START(reinterpret_cast<uintptr_t>(ptr)));
286 page_info* info = reinterpret_cast<page_info*>(PAGE_START(reinterpret_cast<size_t>(ptr)));
linker_utils.cpp 174 off64_t page_start(off64_t offset) { function
  /external/rmi4utils/rmidevice/
rmidevice.cpp 274 unsigned int page_start = RMI_DEVICE_PAGE_SIZE * page; local
275 unsigned int pdt_start = page_start + RMI_DEVICE_PAGE_SCAN_START;
276 unsigned int pdt_end = page_start + RMI_DEVICE_PAGE_SCAN_END;
288 RMIFunction func(entry, page_start, interruptCount);
  /toolchain/binutils/binutils-2.25/bfd/
elf32-epiphany.c 189 static unsigned long page_start = 0; local
304 page_start = PAGENO (search_addr);
305 page_end = page_start | 0x00003FFF;
309 if ((BASEADDR (sec) + sec->size >= page_start)
314 page_start, page_end))
elf32-ip2k.c 990 unsigned long page_start,
1005 if (BASEADDR (sec) + irel->r_offset < page_start)
1074 static unsigned long page_start = 0; local
    [all...]
  /external/v8/src/heap/
slot-set.h 50 void SetPageStart(Address page_start) { page_start_ = page_start; }
379 explicit TypedSlotSet(Address page_start) : page_start_(page_start) {
spaces.cc     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 

Completed in 131 milliseconds