Searched refs:AllocRecord (Results 1 – 3 of 3) sorted by relevance
35 const char* AllocRecord::GetClassDescriptor(std::string* storage) const { in GetClassDescriptor()105 AllocRecord& record = it->second; in VisitRoots()120 static inline void SweepClassObject(AllocRecord* record, IsMarkedVisitor* visitor) in SweepClassObject()146 AllocRecord& record = it->second; in SweepAllocationRecords()236 sizeof(AllocRecord) + sizeof(AllocRecordStackTrace); in SetAllocTrackingEnabled()307 Put(*obj, AllocRecord(byte_count, (*obj)->GetClass(), std::move(trace))); in RecordAllocation()
155 class AllocRecord {158 AllocRecord(size_t count, mirror::Class* klass, AllocRecordStackTrace&& trace) in AllocRecord() function207 using EntryPair = std::pair<GcRoot<mirror::Object>, AllocRecord>;223 void Put(mirror::Object* obj, AllocRecord&& record) in Put()
4821 const gc::AllocRecord* record = &it->second; in DumpRecentAllocations()4960 const gc::AllocRecord* record = &it->second; in GetRecentAllocations()5011 const gc::AllocRecord* record = &it->second; in GetRecentAllocations()