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.cc 570 << " alloc_time=" << alloc_time_
596 alloc_time_ = 0;
629 alloc_time_ = alloc_time;
region_space.h 297 objects_allocated_(0), alloc_time_(0), live_bytes_(static_cast<size_t>(-1)),
308 alloc_time_ = 0;
501 uint32_t alloc_time_; // The allocation time of the region. member in class:art::gc::space::FINAL::Region

Completed in 77 milliseconds