HomeSort by relevance Sort by last modified time
    Searched refs:GetCallingClass (Results 1 - 6 of 6) sorted by null

  /art/runtime/native/
java_lang_reflect_Constructor.cc 79 ObjPtr<mirror::Class> caller = GetCallingClass(soa.Self(), 2);
java_lang_Class.cc     [all...]
  /art/runtime/
reflection.h 114 ObjPtr<mirror::Class> GetCallingClass(Thread* self, size_t num_frames)
reflection.cc     [all...]
jni_internal.cc 84 return hiddenapi::IsCallerTrusted(GetCallingClass(self, /* num_frames */ 1));
    [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc 694 ObjPtr<mirror::Class> caller = GetCallingClass(self, 2);
    [all...]

Completed in 190 milliseconds