Searched refs:AllocRecord (Results 1 – 4 of 4) sorted by relevance
45 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()
157 class AllocRecord {160 AllocRecord(size_t count, mirror::Class* klass, AllocRecordStackTrace&& trace) in AllocRecord() function214 using EntryPair = std::pair<GcRoot<mirror::Object>, AllocRecord>;227 void Put(mirror::Object* obj, AllocRecord&& record) in Put()
223 gc::AllocRecord& record = it->second; in Dump()
974 const gc::AllocRecord* record = &it->second; in GetRecentAllocations()1047 const gc::AllocRecord* record = &it->second; in GetRecentAllocations()