Lines Matching refs:new_page
149 ReadOnlyPage* new_page = nullptr;
156 auto shared_memory = RemapPageTo(i, new_address, new_page);
163 CHECK_NOT_NULL(new_page);
165 new_stats.IncreaseAllocatedBytes(page->allocated_bytes(), new_page);
167 pages.push_back(new_page);
201 ReadOnlyPage*& new_page) {
205 new_page = static_cast<ReadOnlyPage*>(reinterpret_cast<void*>(new_address));
236 ReadOnlyPage* new_page = reinterpret_cast<ReadOnlyPage*>(ptr);
238 pages_.push_back(new_page);
246 stats_.IncreaseAllocatedBytes(page->allocated_bytes(), new_page);