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

/art/runtime/gc/collector/
H A Dsemi_space.cc258 const int64_t from_bytes = from_space_->GetBytesAllocated(); local
265 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes));
H A Dconcurrent_copying.cc1306 uint64_t from_bytes = region_space_->GetBytesAllocatedInFromSpace(); local
1314 CHECK_EQ(from_space_num_bytes_at_first_pause_, from_bytes + unevac_from_bytes);
1317 CHECK_LE(to_bytes, from_bytes);
1318 int64_t freed_bytes = from_bytes - to_bytes;
1322 << " from_bytes=" << from_bytes << " from_objects=" << from_objects

Completed in 51 milliseconds