Home
last modified time | relevance | path

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

/art/runtime/
Dnth_caller_visitor.h28 struct NthCallerVisitor : public StackVisitor { struct
29 NthCallerVisitor(Thread* thread, size_t n_in, bool include_runtime_and_upcalls = false)
Dreflection.cc833 NthCallerVisitor visitor(self, num_frames); in GetCallingClass()
Dinstrumentation.cc1010 NthCallerVisitor visitor(self, 1, true); in PopInstrumentationStackFrame()
/art/runtime/native/
Ddalvik_system_VMStack.cc75 NthCallerVisitor visitor(soa.Self(), 2); in VMStack_getCallingClassLoader()
115 NthCallerVisitor visitor(soa.Self(), 3); in VMStack_getStackClass2()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h52 NthCallerVisitor visitor(self, 1, true); in GetCalleeSaveMethodCaller()
/art/runtime/interpreter/
Dunstarted_runtime.cc875 NthCallerVisitor visitor(self, 3); in UnstartedJNIVMStackGetStackClass2()