Searched refs:num_frames (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | reflection.h | 106 size_t num_frames = 1) 125 size_t num_frames) 136 ObjPtr<mirror::Class> GetCallingClass(Thread* self, size_t num_frames)
|
D | reflection.cc | 696 jobject javaReceiver, jobject javaArgs, size_t num_frames) { in InvokeMethod() argument 756 num_frames)) { in InvokeMethod() 781 size_t num_frames); 787 size_t num_frames); 1009 ObjPtr<mirror::Class> GetCallingClass(Thread* self, size_t num_frames) { in GetCallingClass() argument 1010 NthCallerVisitor visitor(self, num_frames); in GetCallingClass() 1020 size_t num_frames) { in VerifyAccess() argument 1024 ObjPtr<mirror::Class> klass = GetCallingClass(self, num_frames); in VerifyAccess()
|
D | stack.cc | 65 size_t num_frames, in StackVisitor() argument 73 num_frames_(num_frames), in StackVisitor() 571 size_t num_frames, in GetNextMethodAndDexPc() 573 : StackVisitor(thread, nullptr, walk_kind, num_frames), in GetNextMethodAndDexPc()
|
D | stack.h | 303 size_t num_frames,
|