Home | History | Annotate | Download | only in collector

Lines Matching defs:from_bytes

1752     const uint64_t from_bytes = region_space_->GetBytesAllocatedInFromSpace();
1762 CHECK_EQ(from_space_num_bytes_at_first_pause_, from_bytes + unevac_from_bytes);
1765 CHECK_LE(to_bytes, from_bytes);
1774 CHECK_GE(cleared_bytes, from_bytes);
1781 << " from_bytes=" << from_bytes << " from_objects=" << from_objects