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

/art/runtime/gc/space/
H A Dregion_space.h239 objects_allocated_(0), alloc_time_(0), live_bytes_(static_cast<size_t>(-1)),
245 objects_allocated_(0), alloc_time_(0), live_bytes_(static_cast<size_t>(-1)),
264 alloc_time_ = 0;
294 alloc_time_ = alloc_time;
301 alloc_time_ = alloc_time;
308 alloc_time_ = alloc_time;
472 uint32_t alloc_time_; // The allocation time of the region. member in class:art::gc::space::FINAL::Region
H A Dregion_space.cc415 << " alloc_time=" << alloc_time_ << " live_bytes=" << live_bytes_

Completed in 28 milliseconds