Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc39 const char* AllocRecord::GetClassDescriptor(std::string* storage) const { in GetClassDescriptor()
109 AllocRecord& record = it->second; in VisitRoots()
124 static inline void SweepClassObject(AllocRecord* record, IsMarkedVisitor* visitor) in SweepClassObject()
150 AllocRecord& record = it->second; in SweepAllocationRecords()
239 sizeof(AllocRecord) + sizeof(AllocRecordStackTrace); in SetAllocTrackingEnabled()
313 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/
Dreference_table.cc223 gc::AllocRecord& record = it->second; in Dump()