Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc2908 class FetchStackTraceVisitor : public StackVisitor { class
2910 explicit FetchStackTraceVisitor(Thread* thread, in FetchStackTraceVisitor() function in art::FetchStackTraceVisitor
2956 DISALLOW_COPY_AND_ASSIGN(FetchStackTraceVisitor);
3077 FetchStackTraceVisitor count_visitor(const_cast<Thread*>(this), in CreateInternalStackTrace()
3115 FetchStackTraceVisitor count_visitor(const_cast<Thread*>(this)); in IsExceptionThrownByCurrentMethod()