Searched refs:AllocRecord (Results 1 – 4 of 4) sorted by relevance
37 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()
156 class AllocRecord {159 AllocRecord(size_t count, mirror::Class* klass, AllocRecordStackTrace&& trace) in AllocRecord() function213 using EntryPair = std::pair<GcRoot<mirror::Object>, AllocRecord>;229 void Put(mirror::Object* obj, AllocRecord&& record) in Put()
223 gc::AllocRecord& record = it->second; in Dump()
979 const gc::AllocRecord* record = &it->second; in GetRecentAllocations()1052 const gc::AllocRecord* record = &it->second; in GetRecentAllocations()