Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc168 struct NextMethodVisitor final : public StackVisitor { in SetLockingMethod() struct
169 explicit NextMethodVisitor(Thread* thread) REQUIRES_SHARED(Locks::mutator_lock_) in SetLockingMethod() argument
195 NextMethodVisitor nmv(owner_.load(std::memory_order_relaxed)); in SetLockingMethod()