Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc37 const char* AllocRecord::GetClassDescriptor(std::string* storage) const { in GetClassDescriptor()
107 AllocRecord& record = it->second; in VisitRoots()
122 static inline void SweepClassObject(AllocRecord* record, IsMarkedVisitor* visitor) in SweepClassObject()
148 AllocRecord& record = it->second; in SweepAllocationRecords()
237 sizeof(AllocRecord) + sizeof(AllocRecordStackTrace); in SetAllocTrackingEnabled()
311 Put(obj->Ptr(), AllocRecord(byte_count, (*obj)->GetClass(), std::move(trace))); in RecordAllocation()
Dallocation_record.h156 class AllocRecord {
159 AllocRecord(size_t count, mirror::Class* klass, AllocRecordStackTrace&& trace) in AllocRecord() function
208 using EntryPair = std::pair<GcRoot<mirror::Object>, AllocRecord>;
224 void Put(mirror::Object* obj, AllocRecord&& record) in Put()
/art/runtime/
Ddebugger.cc4901 const gc::AllocRecord* record = &it->second; in DumpRecentAllocations()
5041 const gc::AllocRecord* record = &it->second; in GetRecentAllocations()
5092 const gc::AllocRecord* record = &it->second; in GetRecentAllocations()