Searched refs:num_frames (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | reflection.h | 107 size_t num_frames = 1) 126 size_t num_frames) 137 ObjPtr<mirror::Class> GetCallingClass(Thread* self, size_t num_frames)
|
D | reflection.cc | 698 jobject javaReceiver, jobject javaArgs, size_t num_frames) { in InvokeMethod() argument 758 num_frames)) { in InvokeMethod() 783 size_t num_frames); 789 size_t num_frames); 1008 ObjPtr<mirror::Class> GetCallingClass(Thread* self, size_t num_frames) { in GetCallingClass() argument 1009 NthCallerVisitor visitor(self, num_frames); in GetCallingClass() 1019 size_t num_frames) { in VerifyAccess() argument 1023 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() 604 size_t num_frames, in GetNextMethodAndDexPc() 606 : StackVisitor(thread, nullptr, walk_kind, num_frames), in GetNextMethodAndDexPc()
|
D | stack.h | 336 size_t num_frames,
|