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

  /art/runtime/
debugger.h 46 class AllocRecord;
677 static AllocRecord* recent_allocation_records_ PT_GUARDED_BY(Locks::alloc_tracker_lock_);
716 friend class AllocRecord; // For type_cache_ with proper annotalysis.
debugger.cc 135 class AllocRecord {
137 AllocRecord() : type_(nullptr), byte_count_(0), thin_lock_id_(0) {}
321 AllocRecord* Dbg::recent_allocation_records_ = nullptr; // TODO: CircularBuffer<AllocRecord>
    [all...]

Completed in 27 milliseconds