Lines Matching full:page_start_
50 void SetPageStart(Address page_start) { page_start_ = page_start; }
52 // The slot offset specifies a slot at address page_start_ + slot_offset.
68 // The slot offset specifies a slot at address page_start_ + slot_offset.
80 // The slot offset specifies a slot at address page_start_ + slot_offset.
97 // [page_start_ + start_offset ... page_start_ + end_offset).
156 // The slot offset specifies a slot at address page_start_ + slot_offset.
195 if (callback(page_start_ + slot) == KEEP_SLOT) {
304 Address page_start_;
379 explicit TypedSlotSet(Address page_start) : page_start_(page_start) {
393 // The slot offset specifies a slot at address page_start_ + offset.
434 Address host_addr = page_start_ + buffer[i].host_offset();
438 Address addr = page_start_ + type_and_offset.second;
534 Address page_start_;