Searched refs:AllocRecord (Results 1 – 3 of 3) 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()