Searched refs:NthCallerVisitor (Results 1 – 6 of 6) 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 | reflection.cc | 833 NthCallerVisitor visitor(self, num_frames); in GetCallingClass()
|
D | instrumentation.cc | 1010 NthCallerVisitor visitor(self, 1, true); in PopInstrumentationStackFrame()
|
/art/runtime/native/ |
D | dalvik_system_VMStack.cc | 75 NthCallerVisitor visitor(soa.Self(), 2); in VMStack_getCallingClassLoader() 115 NthCallerVisitor visitor(soa.Self(), 3); in VMStack_getStackClass2()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 52 NthCallerVisitor visitor(self, 1, true); in GetCalleeSaveMethodCaller()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 875 NthCallerVisitor visitor(self, 3); in UnstartedJNIVMStackGetStackClass2()
|