Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_stack.cc757 struct GetLocationClosure : public art::Closure { struct
759 explicit GetLocationClosure(size_t n_in) : n(n_in), method(nullptr), dex_pc(0) {} in GetLocationClosure() function
821 GetLocationClosure closure(static_cast<size_t>(depth)); in GetFrameLocation()