Home
last modified time | relevance | path

Searched refs:from_space_start (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/collector/
Dmark_compact.cc2590 uint8_t* from_space_start = from_space_begin_ + from_space_offset; in MapMovingSpacePages() local
2592 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()