Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_stack.cc656 struct GetFrameCountVisitor : public art::StackVisitor { struct
657 explicit GetFrameCountVisitor(art::Thread* thread) in GetFrameCountVisitor() function
661 bool VisitFrame() REQUIRES_SHARED(art::Locks::mutator_lock_) { in VisitFrame()
670 size_t count;