Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc45 const char* AllocRecord::GetClassDescriptor(std::string* storage) const { in GetClassDescriptor()
73 AllocRecord& record = it->second; in VisitRoots()
88 static inline void SweepClassObject(AllocRecord* record, IsMarkedVisitor* visitor) in SweepClassObject()
117 AllocRecord& record = it->second; in SweepAllocationRecords()
173 sizeof(AllocRecord) + sizeof(AllocRecordStackTrace); in SetAllocTrackingEnabled()
261 Put(obj->Ptr(), AllocRecord(byte_count, (*obj)->GetClass(), std::move(trace))); in RecordAllocation()
Dallocation_record.h157 class AllocRecord {
160 AllocRecord(size_t count, mirror::Class* klass, AllocRecordStackTrace&& trace) in AllocRecord() function
214 using EntryPair = std::pair<GcRoot<mirror::Object>, AllocRecord>;
227 void Put(mirror::Object* obj, AllocRecord&& record) in Put()
/art/runtime/
Dreference_table.cc223 gc::AllocRecord& record = it->second; in Dump()
Ddebugger.cc974 const gc::AllocRecord* record = &it->second; in GetRecentAllocations()
1047 const gc::AllocRecord* record = &it->second; in GetRecentAllocations()