Home
last modified time | relevance | path

Searched defs:NthCallerVisitor (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dnth_caller_visitor.h28 struct NthCallerVisitor : public StackVisitor { struct
30 : StackVisitor(thread, nullptr, StackVisitor::StackWalkKind::kIncludeInlinedFrames), in StackVisitor()
36 bool VisitFrame() SHARED_REQUIRES(Locks::mutator_lock_) { in VisitFrame()
56 const size_t n;
57 const bool include_runtime_and_upcalls_;
58 size_t count;
59 ArtMethod* caller;