Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_stack.cc754 struct GetLocationClosure : public art::Closure { struct
756 explicit GetLocationClosure(size_t n_in) : n(n_in), method(nullptr), dex_pc(0) {} in GetLocationClosure() function
758 void Run(art::Thread* self) OVERRIDE REQUIRES_SHARED(art::Locks::mutator_lock_) { in Run()
766 const size_t n;
767 art::ArtMethod* method;
768 uint32_t dex_pc;