Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dthread.cc2726 class FetchStackTraceVisitor : public StackVisitor { class
2728 explicit FetchStackTraceVisitor(Thread* thread, in FetchStackTraceVisitor() function in art::FetchStackTraceVisitor
2774 DISALLOW_COPY_AND_ASSIGN(FetchStackTraceVisitor);
2882 FetchStackTraceVisitor count_visitor(const_cast<Thread*>(this), in CreateInternalStackTrace()
2920 FetchStackTraceVisitor count_visitor(const_cast<Thread*>(this)); in IsExceptionThrownByCurrentMethod()