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.h266 Atomic<size_t> to_space_bytes_skipped_; variable
Dconcurrent_copying.cc1317 << to_space_bytes_skipped_.LoadSequentiallyConsistent() in Copy()
1356 to_space_bytes_skipped_.FetchAndAddSequentiallyConsistent(bytes_allocated); in Copy()