Searched defs:AllocRecord (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddebugger.cc135 class AllocRecord { class in namespace:art
137 AllocRecord() : type_(nullptr), byte_count_(0), thin_lock_id_(0) {} function in class:art::AllocRecord
317 AllocRecord* Dbg::recent_allocation_records_ = nullptr; // TODO: CircularBuffer<AllocRecord>
4391 << PrettySize(sizeof(AllocRecord) * alloc_record_max_) << ")";
4394 recent_allocation_records_ = new AllocRecord[alloc_record_max_];
4418 AllocRecordStackVisitor(Thread* thread, AllocRecord* record)
4445 AllocRecord* record;
4465 AllocRecord* record = &recent_allocation_records_[alloc_record_head_];
4508 AllocRecord* recor
[all...]

Completed in 24 milliseconds