Searched refs:NthCallerVisitor (Results 1 – 9 of 9) sorted by relevance
/art/runtime/ |
D | nth_caller_visitor.h | 28 struct NthCallerVisitor : public StackVisitor { struct 29 NthCallerVisitor(Thread* thread, size_t n_in, bool include_runtime_and_upcalls = false)
|
D | jni_env_ext.cc | 174 NthCallerVisitor zeroth_caller(self, 0, false); in GetJavaCallFrame()
|
D | reflection.cc | 876 NthCallerVisitor visitor(self, num_frames); in GetCallingClass()
|
D | instrumentation.cc | 1376 NthCallerVisitor visitor(self, 1, true); in PopInstrumentationStackFrame()
|
D | thread.cc | 3355 NthCallerVisitor visitor(this, 0, false); in QuickDeliverException()
|
/art/test/common/ |
D | stack_inspect.cc | 46 NthCallerVisitor caller(soa.Self(), level, false); in IsInterpreted() 151 NthCallerVisitor caller(soa.Self(), level, false); in IsManaged()
|
/art/runtime/native/ |
D | dalvik_system_VMStack.cc | 101 NthCallerVisitor visitor(soa.Self(), 2); in VMStack_getCallingClassLoader() 141 NthCallerVisitor visitor(soa.Self(), 3); in VMStack_getStackClass2()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 221 NthCallerVisitor visitor(Thread::Current(), 1, true); in DoGetCalleeSaveMethodCaller() 228 NthCallerVisitor visitor(Thread::Current(), 1, true); in DoGetCalleeSaveMethodCaller()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 1714 NthCallerVisitor visitor(self, 3); in UnstartedJNIVMStackGetStackClass2()
|