Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_stack.cc680 struct GetFrameCountClosure : public art::Closure { struct
682 GetFrameCountClosure() : count(0) {} in GetFrameCountClosure() function
684 void Run(art::Thread* self) override REQUIRES_SHARED(art::Locks::mutator_lock_) { in Run()
700 size_t count;