Home | History | Annotate | Download | only in collector

Lines Matching refs:from_bytes

2634     const uint64_t from_bytes = region_space_->GetBytesAllocatedInFromSpace();
2644 CHECK_EQ(from_space_num_bytes_at_first_pause_, from_bytes + unevac_from_bytes);
2647 // to_bytes <= from_bytes is only approximately true, because objects expand a little when
2649 if (from_bytes > 0) {
2650 copied_live_bytes_ratio_sum_ += static_cast<float>(to_bytes) / from_bytes;
2662 CHECK_GE(cleared_bytes, from_bytes);
2671 << " from_bytes=" << from_bytes << " from_objects=" << from_objects