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

  /art/runtime/gc/
allocation_record.cc 52 alloc_record_max_ = value;
67 } else if (value > alloc_record_max_) {
69 << "' --- should be less than " << alloc_record_max_; local
99 CHECK_LE(recent_record_max_, alloc_record_max_);
237 LOG(INFO) << "Enabling alloc tracker (" << records->alloc_record_max_ << " entries of "
239 << PrettySize(sz * records->alloc_record_max_) << ")";
301 DCHECK_LE(Size(), alloc_record_max_); local
308 DCHECK_LE(Size(), alloc_record_max_); local
allocation_record.h 226 if (entries_.size() == alloc_record_max_) {
237 CHECK_LE(recent_record_max_, alloc_record_max_);
298 size_t alloc_record_max_ GUARDED_BY(Locks::alloc_tracker_lock_) = kDefaultNumAllocRecords;
  /art/runtime/
debugger.cc     [all...]

Completed in 140 milliseconds