Lines Matching full:record
105 AllocRecord& record = it->second;
107 buffered_visitor.VisitRootIfNonNull(record.GetClassGcRoot());
112 for (size_t i = 0, depth = record.GetDepth(); i < depth; ++i) {
113 const AllocRecordStackTraceElement& element = record.StackElement(i);
120 static inline void SweepClassObject(AllocRecord* record, IsMarkedVisitor* visitor)
123 GcRoot<mirror::Class>& klass = record->GetClassGcRoot();
146 AllocRecord& record = it->second;
151 SweepClassObject(&record, visitor);
162 SweepClassObject(&record, visitor);
284 // Do not record for DDM thread.
306 // Add the record.
316 : new_record_condition_("New allocation record condition", *Locks::alloc_tracker_lock_) {}