Home
last modified time | relevance | path

Searched refs:AllocRecord (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dallocation_record.cc35 const char* AllocRecord::GetClassDescriptor(std::string* storage) const { in GetClassDescriptor()
105 AllocRecord& record = it->second; in VisitRoots()
120 static inline void SweepClassObject(AllocRecord* record, IsMarkedVisitor* visitor) in SweepClassObject()
146 AllocRecord& record = it->second; in SweepAllocationRecords()
236 sizeof(AllocRecord) + sizeof(AllocRecordStackTrace); in SetAllocTrackingEnabled()
307 Put(*obj, AllocRecord(byte_count, (*obj)->GetClass(), std::move(trace))); in RecordAllocation()
Dallocation_record.h155 class AllocRecord {
158 AllocRecord(size_t count, mirror::Class* klass, AllocRecordStackTrace&& trace) in AllocRecord() function
207 using EntryPair = std::pair<GcRoot<mirror::Object>, AllocRecord>;
223 void Put(mirror::Object* obj, AllocRecord&& record) in Put()
/art/runtime/
Ddebugger.cc4821 const gc::AllocRecord* record = &it->second; in DumpRecentAllocations()
4960 const gc::AllocRecord* record = &it->second; in GetRecentAllocations()
5011 const gc::AllocRecord* record = &it->second; in GetRecentAllocations()