Searched refs:AllocRecord (Results 1 – 2 of 2) sorted by relevance
44 class AllocRecord; variable786 static AllocRecord* recent_allocation_records_ PT_GUARDED_BY(Locks::alloc_tracker_lock_);829 friend class AllocRecord; // For type_cache_ with proper annotalysis. variable
136 class AllocRecord { class138 AllocRecord() : type_(nullptr), byte_count_(0), thin_lock_id_(0) {} in AllocRecord() function in art::AllocRecord387 AllocRecord* Dbg::recent_allocation_records_ = nullptr; // TODO: CircularBuffer<AllocRecord>4852 << PrettySize(sizeof(AllocRecord) * alloc_record_max_) << ")"; in SetAllocTrackingEnabled()4855 recent_allocation_records_ = new AllocRecord[alloc_record_max_]; in SetAllocTrackingEnabled()4879 AllocRecordStackVisitor(Thread* thread, AllocRecord* record_in) in AllocRecordStackVisitor()4908 AllocRecord* record;4925 AllocRecord* record = &recent_allocation_records_[alloc_record_head_]; in RecordAllocation()4968 AllocRecord* record = &recent_allocation_records_[i]; in DumpRecentAllocations()5100 AllocRecord* record = &recent_allocation_records_[idx]; in GetRecentAllocations()[all …]