HomeSort by relevance Sort by last modified time
    Searched full:alloc_time_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/space/
region_space.h 237 objects_allocated_(0), alloc_time_(0), live_bytes_(static_cast<size_t>(-1)),
243 objects_allocated_(0), alloc_time_(0), live_bytes_(static_cast<size_t>(-1)),
262 alloc_time_ = 0;
292 alloc_time_ = alloc_time;
299 alloc_time_ = alloc_time;
306 alloc_time_ = alloc_time;
470 uint32_t alloc_time_; // The allocation time of the region. member in class:art::gc::space::FINAL::Region
region_space.cc 415 << " alloc_time=" << alloc_time_ << " live_bytes=" << live_bytes_

Completed in 434 milliseconds