Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc245 const int64_t from_bytes = from_space_->GetBytesAllocated(); in MarkingPhase() local
252 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes)); in MarkingPhase()