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.h386 size_t from_space_num_bytes_at_first_pause_; // Computed if kEnableFromSpaceAccountingCheck variable
Dconcurrent_copying.cc99 from_space_num_bytes_at_first_pause_(0), in ConcurrentCopying()
545 cc->from_space_num_bytes_at_first_pause_ = cc->region_space_->GetBytesAllocated(); in Run()
2681 CHECK_EQ(from_space_num_bytes_at_first_pause_, from_bytes + unevac_from_bytes); in ReclaimPhase()