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()
37 bool VisitFrame() REQUIRES_SHARED(Locks::mutator_lock_) { in VisitFrame()
58 const size_t n;
59 const bool include_runtime_and_upcalls_;
60 size_t count;
61 ArtMethod* caller;
62 uintptr_t caller_pc;