Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dnth_caller_visitor.h28 struct NthCallerVisitor : public StackVisitor { struct
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;