Searched defs:AllocRecordStackVisitor (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddebugger.cc4417 struct AllocRecordStackVisitor : public StackVisitor { struct in namespace:art
4418 AllocRecordStackVisitor(Thread* thread, AllocRecord* record)
4437 ~AllocRecordStackVisitor() {
4471 AllocRecordStackVisitor visitor(self, record);

Completed in 28 milliseconds