Searched refs:from_space_num_bytes_at_first_pause_ (Results 1 – 2 of 2) sorted by relevance
395 size_t from_space_num_bytes_at_first_pause_; // Computed if kEnableFromSpaceAccountingCheck variable
98 from_space_num_bytes_at_first_pause_(0), in ConcurrentCopying()576 cc->from_space_num_bytes_at_first_pause_ = cc->region_space_->GetBytesAllocated(); in Run()2776 CHECK_EQ(from_space_num_bytes_at_first_pause_, from_bytes + unevac_from_bytes); in ReclaimPhase()