Searched refs:from_space_num_bytes_at_first_pause_ (Results 1 – 2 of 2) sorted by relevance
373 size_t from_space_num_bytes_at_first_pause_; // Computed if kEnableFromSpaceAccountingCheck variable
99 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()2644 CHECK_EQ(from_space_num_bytes_at_first_pause_, from_bytes + unevac_from_bytes); in ReclaimPhase()