Lines Matching refs:AllocRecord
135 class AllocRecord {
137 AllocRecord() : type_(nullptr), byte_count_(0), thin_lock_id_(0) {}
321 AllocRecord* Dbg::recent_allocation_records_ = nullptr; // TODO: CircularBuffer<AllocRecord>
4507 << PrettySize(sizeof(AllocRecord) * alloc_record_max_) << ")";
4510 recent_allocation_records_ = new AllocRecord[alloc_record_max_];
4534 AllocRecordStackVisitor(Thread* thread, AllocRecord* record)
4561 AllocRecord* record;
4581 AllocRecord* record = &recent_allocation_records_[alloc_record_head_];
4624 AllocRecord* record = &recent_allocation_records_[i];
4756 AllocRecord* record = &recent_allocation_records_[idx];
4807 AllocRecord* record = &recent_allocation_records_[idx];