Home
last modified time | relevance | path

Searched refs:AllocRecordStackVisitor (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Ddebugger.cc4878 struct AllocRecordStackVisitor : public StackVisitor { struct
4879 AllocRecordStackVisitor(Thread* thread, AllocRecord* record_in) in AllocRecordStackVisitor() argument
4900 ~AllocRecordStackVisitor() { in ~AllocRecordStackVisitor() argument
4931 AllocRecordStackVisitor visitor(self, record); in RecordAllocation()