Searched refs:from_bytes (Results 1 – 2 of 2) sorted by relevance
208 const int64_t from_bytes = from_space_->GetBytesAllocated(); in MarkingPhase() local215 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes)); in MarkingPhase()
2782 const uint64_t from_bytes = region_space_->GetBytesAllocatedInFromSpace(); in ReclaimPhase() local2792 CHECK_EQ(from_space_num_bytes_at_first_pause_, from_bytes + unevac_from_bytes); in ReclaimPhase()2797 if (from_bytes > 0) { in ReclaimPhase()2798 copied_live_bytes_ratio_sum_ += static_cast<float>(to_bytes) / from_bytes; in ReclaimPhase()2810 CHECK_GE(cleared_bytes, from_bytes); in ReclaimPhase()2819 << " from_bytes=" << from_bytes << " from_objects=" << from_objects in ReclaimPhase()