Lines Matching refs:next_mem_pos_
131 uintptr_t MemMap::next_mem_pos_ = GenerateNextMemPos();804 for (uintptr_t ptr = next_mem_pos_; ptr < 4 * GB; ptr += kPageSize) {831 next_mem_pos_ = reinterpret_cast<uintptr_t>(actual) + length;861 next_mem_pos_ = tail_ptr; // update early, as we break out when we found and mapped a region