Searched refs:from_space_start (Results 1 – 1 of 1) sorted by relevance
2590 uint8_t* from_space_start = from_space_begin_ + from_space_offset; in MapMovingSpacePages() local2592 DCHECK_ALIGNED_PARAM(from_space_start, gPageSize); in MapMovingSpacePages()2594 CopyIoctl(to_space_start, from_space_start, map_count * gPageSize, return_on_contention); in MapMovingSpacePages()