Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.h213 void AddLiveBytes(mirror::Object* ref, size_t alloc_size) { in AddLiveBytes() function
215 reg->AddLiveBytes(alloc_size); in AddLiveBytes()
377 void AddLiveBytes(size_t live_bytes) { in AddLiveBytes() function
/art/runtime/gc/collector/
Dconcurrent_copying.cc1393 collector_->region_space_->AddLiveBytes(ref, alloc_size); in operator ()()