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

/art/runtime/
H A Ddebugger.cc136 class AllocRecord { class in namespace:art
138 AllocRecord() : type_(nullptr), byte_count_(0), thin_lock_id_(0) {} function in class:art::AllocRecord
387 AllocRecord* Dbg::recent_allocation_records_ = nullptr; // TODO: CircularBuffer<AllocRecord>
4852 << PrettySize(sizeof(AllocRecord) * alloc_record_max_) << ")";
4855 recent_allocation_records_ = new AllocRecord[alloc_record_max_];
4879 AllocRecordStackVisitor(Thread* thread, AllocRecord* record_in)
4908 AllocRecord* record;
4925 AllocRecord* record = &recent_allocation_records_[alloc_record_head_];
4968 AllocRecord* recor
[all...]

Completed in 79 milliseconds