Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.h239 objects_allocated_(0), alloc_time_(0), live_bytes_(static_cast<size_t>(-1)), in Region()
245 objects_allocated_(0), alloc_time_(0), live_bytes_(static_cast<size_t>(-1)), in Region()
264 alloc_time_ = 0; in Clear()
294 alloc_time_ = alloc_time; in Unfree()
301 alloc_time_ = alloc_time; in UnfreeLarge()
308 alloc_time_ = alloc_time; in UnfreeLargeTail()
472 uint32_t alloc_time_; // The allocation time of the region. variable
Dregion_space.cc415 << " alloc_time=" << alloc_time_ << " live_bytes=" << live_bytes_ in Dump()