Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Dti_stack.cc607 struct GetFrameCountClosure : public art::Closure { struct
609 GetFrameCountClosure() : count(0) {} in GetFrameCountClosure() function
635 GetFrameCountClosure closure; in GetFrameCount()