Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc37 const char* AllocRecord::GetClassDescriptor(std::string* storage) const { in GetClassDescriptor()
60 AllocRecord& record = it->second; in VisitRoots()
75 static inline void SweepClassObject(AllocRecord* record, IsMarkedVisitor* visitor) in SweepClassObject()
101 AllocRecord& record = it->second; in SweepAllocationRecords()
157 sizeof(AllocRecord) + sizeof(AllocRecordStackTrace); in SetAllocTrackingEnabled()
245 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
213 using EntryPair = std::pair<GcRoot<mirror::Object>, AllocRecord>;
229 void Put(mirror::Object* obj, AllocRecord&& record) in Put()
/art/runtime/
Dreference_table.cc223 gc::AllocRecord& record = it->second; in Dump()
Ddebugger.cc979 const gc::AllocRecord* record = &it->second; in GetRecentAllocations()
1052 const gc::AllocRecord* record = &it->second; in GetRecentAllocations()