Lines Matching full:caller
70 // Returns the defining class loader of the caller's caller.
75 if (UNLIKELY(visitor.caller == nullptr)) {
76 // The caller is an attached native thread.
79 return soa.AddLocalReference<jobject>(visitor.caller->GetDeclaringClass()->GetClassLoader());
110 // Returns the class of the caller's caller's caller.
115 if (UNLIKELY(visitor.caller == nullptr)) {
116 // The caller is an attached native thread.
119 return soa.AddLocalReference<jclass>(visitor.caller->GetDeclaringClass());