Home
last modified time | relevance | path

Searched refs:from_bytes (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dconcurrent_copying.cc894 uint64_t from_bytes = region_space_->GetBytesAllocatedInFromSpace(); in ReclaimPhase() local
902 CHECK_EQ(from_space_num_bytes_at_first_pause_, from_bytes + unevac_from_bytes); in ReclaimPhase()
905 CHECK_LE(to_bytes, from_bytes); in ReclaimPhase()
906 int64_t freed_bytes = from_bytes - to_bytes; in ReclaimPhase()
910 << " from_bytes=" << from_bytes << " from_objects=" << from_objects in ReclaimPhase()
Dsemi_space.cc247 const int64_t from_bytes = from_space_->GetBytesAllocated(); in MarkingPhase() local
254 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes)); in MarkingPhase()