Home
last modified time | relevance | path

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

/external/libchrome/base/memory/
Dprotected_memory_posix.cc32 const uintptr_t page_start = reinterpret_cast<uintptr_t>(start) & page_mask; in SetMemory() local
51 const uintptr_t page_start = reinterpret_cast<uintptr_t>(ptr) & page_mask; in AssertMemoryIsReadOnly() local
/external/pdfium/core/fpdfapi/parser/
Dcpdf_hint_tables_unittest.cpp51 FX_FILESIZE page_start = 0; in TEST_F() local
/external/perfetto/src/tracing/core/
Dshared_memory_abi_unittest.cc82 uint8_t* const page_start = buf() + page_idx * page_size(); in TEST_P() local
/external/rmi4utils/rmidevice/
Drmidevice.cpp274 unsigned int page_start = RMI_DEVICE_PAGE_SIZE * page; in ScanPDT() local
/external/v8/src/heap/
Dslot-set.h50 void SetPageStart(Address page_start) { page_start_ = page_start; } in SetPageStart()
459 explicit TypedSlotSet(Address page_start) in TypedSlotSet()
Dspaces.cc1354 static SlotSet* AllocateAndInitializeSlotSet(size_t size, Address page_start) { in AllocateChunk()
/external/perfetto/include/perfetto/tracing/core/
Dshared_memory_abi.h440 uint8_t* page_start(size_t page_idx) { in page_start() function