Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.cc3478 size_t non_moving_space_bytes_allocated = 0U; in Copy() local
3510 self, obj_size, &non_moving_space_bytes_allocated, nullptr, &unused_size); in Copy()
3517 bytes_allocated = non_moving_space_bytes_allocated; in Copy()
3557 DCHECK_EQ(bytes_allocated, non_moving_space_bytes_allocated); in Copy()
3603 DCHECK_EQ(bytes_allocated, non_moving_space_bytes_allocated); in Copy()