Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.h234 Atomic<size_t> to_space_bytes_skipped_; variable
Dconcurrent_copying.cc1819 << to_space_bytes_skipped_.LoadSequentiallyConsistent() in Copy()
1858 to_space_bytes_skipped_.FetchAndAddSequentiallyConsistent(bytes_allocated); in Copy()