Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_compact.cc2456 uint8_t* shadow_space_end = nullptr; in CompactMovingSpace() local
2458 shadow_space_end = shadow_to_space_map_.Begin() + page_status_arr_len * gPageSize; in CompactMovingSpace()
2478 shadow_space_end -= gPageSize; in CompactMovingSpace()
2479 page = shadow_space_end; in CompactMovingSpace()
2514 shadow_space_end -= gPageSize; in CompactMovingSpace()
2515 page = shadow_space_end; in CompactMovingSpace()