Home
last modified time | relevance | path

Searched defs: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() function
4887 bool VisitFrame() NO_THREAD_SAFETY_ANALYSIS { in VisitFrame()
4900 ~AllocRecordStackVisitor() { in ~AllocRecordStackVisitor()
4908 AllocRecord* record;
4909 size_t depth;