Searched refs:num_frames (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | reflection.h | 92 size_t num_frames = 1) 103 size_t num_frames) 114 ObjPtr<mirror::Class> GetCallingClass(Thread* self, size_t num_frames)
|
D | reflection.cc | 585 jobject javaReceiver, jobject javaArgs, size_t num_frames) { in InvokeMethod() argument 646 num_frames)) { in InvokeMethod() 871 ObjPtr<mirror::Class> GetCallingClass(Thread* self, size_t num_frames) { in GetCallingClass() argument 872 NthCallerVisitor visitor(self, num_frames); in GetCallingClass() 882 size_t num_frames) { in VerifyAccess() argument 886 ObjPtr<mirror::Class> klass = GetCallingClass(self, num_frames); in VerifyAccess()
|
D | stack.cc | 59 size_t num_frames, in StackVisitor() argument 67 num_frames_(num_frames), in StackVisitor() 517 size_t num_frames, in GetNextMethodAndDexPc() 519 : StackVisitor(thread, nullptr, walk_kind, num_frames), in GetNextMethodAndDexPc()
|
D | stack.h | 266 size_t num_frames,
|