Home
last modified time | relevance | path

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

/art/test/004-ReferenceMap/
Dstack_walk_refmap_jni.cc31 struct ReferenceMap2Visitor : public CheckReferenceMapVisitor { struct
32 explicit ReferenceMap2Visitor(Thread* thread) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) in SHARED_LOCKS_REQUIRED()
35 bool VisitFrame() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in VisitFrame()