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