Searched defs:page_start (Results 1 – 3 of 3) sorted by relevance
274 unsigned int page_start = RMI_DEVICE_PAGE_SIZE * page; in ScanPDT() local
50 void SetPageStart(Address page_start) { page_start_ = page_start; } in SetPageStart()367 explicit TypedSlotSet(Address page_start) : page_start_(page_start) { in TypedSlotSet()
1092 static SlotSet* AllocateSlotSet(size_t size, Address page_start) { in AllocateChunk()