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

  /art/runtime/native/
java_lang_reflect_Constructor.cc 79 ObjPtr<mirror::Class> caller = GetCallingClass(soa.Self(), 2);
java_lang_Class.cc 688 caller.Assign(GetCallingClass(soa.Self(), 1));
725 caller.Assign(GetCallingClass(soa.Self(), 1));
    [all...]
  /art/runtime/
reflection.h 114 ObjPtr<mirror::Class> GetCallingClass(Thread* self, size_t num_frames)
reflection.cc     [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc 652 ObjPtr<mirror::Class> caller = GetCallingClass(self, 2);
    [all...]

Completed in 106 milliseconds