Home
last modified time | relevance | path

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

/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()
367 explicit TypedSlotSet(Address page_start) : page_start_(page_start) { in TypedSlotSet()
Dspaces.cc1092 static SlotSet* AllocateSlotSet(size_t size, Address page_start) { in AllocateChunk()