Home
last modified time | relevance | path

Searched refs: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() argument
678 GetFrameCountVisitor visitor(self); in Run()