Home
last modified time | relevance | path

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

/art/runtime/
Dnth_caller_visitor.h29 struct NthCallerVisitor : public StackVisitor { struct
31 : StackVisitor(thread, nullptr, StackVisitor::StackWalkKind::kIncludeInlinedFrames), in StackVisitor()
38 bool VisitFrame() REQUIRES_SHARED(Locks::mutator_lock_) { in VisitFrame()
59 const size_t n;
60 const bool include_runtime_and_upcalls_;
61 size_t count;
62 ArtMethod* caller;
63 uintptr_t caller_pc;