Lines Matching refs:method
32 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod);
33 if (method->GetDeclaringClass()->IsProxyClass()) {
41 return soa.AddLocalReference<jobjectArray>(method->GetDexFile()->GetAnnotationsForMethod(method));
46 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod);
47 if (method->GetDeclaringClass()->IsProxyClass()) {
52 method->GetDexFile()->GetSignatureAnnotationForMethod(method));
59 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod);
60 if (method->GetDeclaringClass()->IsProxyClass()) {
65 return method->GetDexFile()->IsMethodAnnotationPresent(method, klass);