Home
last modified time | relevance | path

Searched refs:num_frames (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dreflection.h104 size_t num_frames = 1)
123 size_t num_frames)
134 ObjPtr<mirror::Class> GetCallingClass(Thread* self, size_t num_frames)
Dreflection.cc687 jobject javaReceiver, jobject javaArgs, size_t num_frames) { in InvokeMethod() argument
747 num_frames)) { in InvokeMethod()
987 ObjPtr<mirror::Class> GetCallingClass(Thread* self, size_t num_frames) { in GetCallingClass() argument
988 NthCallerVisitor visitor(self, num_frames); in GetCallingClass()
998 size_t num_frames) { in VerifyAccess() argument
1002 ObjPtr<mirror::Class> klass = GetCallingClass(self, num_frames); in VerifyAccess()
Dstack.cc65 size_t num_frames, in StackVisitor() argument
73 num_frames_(num_frames), in StackVisitor()
597 size_t num_frames, in GetNextMethodAndDexPc()
599 : StackVisitor(thread, nullptr, walk_kind, num_frames), in GetNextMethodAndDexPc()
Dstack.h309 size_t num_frames,