Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.h319 void AddLiveBytes(mirror::Object* ref, size_t alloc_size) { in AddLiveBytes() function
321 reg->AddLiveBytes(alloc_size); in AddLiveBytes()
559 void AddLiveBytes(size_t live_bytes) { in AddLiveBytes() function
/art/runtime/gc/collector/
Dconcurrent_copying.cc1129 region_space_->AddLiveBytes(ref, alloc_size); in AddLiveBytesAndScanRef()
2294 region_space_->AddLiveBytes(to_ref, alloc_size); in ProcessMarkStackRef()