Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.h254 size_t from_space_num_bytes_at_first_pause_; variable
Dconcurrent_copying.cc209 cc->from_space_num_bytes_at_first_pause_ = cc->region_space_->GetBytesAllocated(); in Run()
902 CHECK_EQ(from_space_num_bytes_at_first_pause_, from_bytes + unevac_from_bytes); in ReclaimPhase()