Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc192 struct NextMethodVisitor final : public StackVisitor { in Install() struct
193 explicit NextMethodVisitor(Thread* thread) REQUIRES_SHARED(Locks::mutator_lock_) in Install()
201 bool VisitFrame() override REQUIRES_SHARED(Locks::mutator_lock_) { in Install()
215 size_t count_; in Install()
216 ArtMethod* method_; in Install()
217 uint32_t dex_pc_; in Install()