HomeSort by relevance Sort by last modified time
    Searched refs:AllocRecord (Results 1 - 3 of 3) sorted by null

  /art/runtime/gc/
allocation_record.cc 38 const char* AllocRecord::GetClassDescriptor(std::string* storage) const {
108 AllocRecord& record = it->second;
123 static inline void SweepClassObject(AllocRecord* record, IsMarkedVisitor* visitor)
149 AllocRecord& record = it->second;
238 sizeof(AllocRecord) + sizeof(AllocRecordStackTrace);
312 Put(obj->Ptr(), AllocRecord(byte_count, (*obj)->GetClass(), std::move(trace)));
allocation_record.h 156 class AllocRecord {
158 // All instances of AllocRecord should be managed by an instance of AllocRecordObjectMap.
159 AllocRecord(size_t count, mirror::Class* klass, AllocRecordStackTrace&& trace)
204 // number of AllocRecord::klass_ pointers are strong roots (and the rest of klass_ pointers are
208 using EntryPair = std::pair<GcRoot<mirror::Object>, AllocRecord>;
224 void Put(mirror::Object* obj, AllocRecord&& record)
  /art/runtime/
debugger.cc     [all...]

Completed in 73 milliseconds