• Home
  • Raw
  • Download

Lines Matching refs:javaMethod

42 static jobjectArray Executable_getDeclaredAnnotationsNative(JNIEnv* env, jobject javaMethod) {  in Executable_getDeclaredAnnotationsNative()  argument
44 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getDeclaredAnnotationsNative()
57 jobject javaMethod, in Executable_getAnnotationNative() argument
61 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getAnnotationNative()
70 static jobjectArray Executable_getSignatureAnnotation(JNIEnv* env, jobject javaMethod) { in Executable_getSignatureAnnotation() argument
72 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getSignatureAnnotation()
80 static jobjectArray Executable_getParameterAnnotationsNative(JNIEnv* env, jobject javaMethod) { in Executable_getParameterAnnotationsNative() argument
82 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getParameterAnnotationsNative()
157 static jobjectArray Executable_getParameters0(JNIEnv* env, jobject javaMethod) { in Executable_getParameters0() argument
162 Handle<mirror::Method> executable = hs.NewHandle(soa.Decode<mirror::Method>(javaMethod)); in Executable_getParameters0()
236 jobject javaMethod, in Executable_isAnnotationPresentNative() argument
239 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_isAnnotationPresentNative()
301 static jstring Executable_getMethodNameInternal(JNIEnv* env, jobject javaMethod) { in Executable_getMethodNameInternal() argument
303 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getMethodNameInternal()
308 static jclass Executable_getMethodReturnTypeInternal(JNIEnv* env, jobject javaMethod) { in Executable_getMethodReturnTypeInternal() argument
310 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getMethodReturnTypeInternal()
321 static jobjectArray Executable_getParameterTypesInternal(JNIEnv* env, jobject javaMethod) { in Executable_getParameterTypesInternal() argument
323 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getParameterTypesInternal()
356 static jint Executable_getParameterCountInternal(JNIEnv* env, jobject javaMethod) { in Executable_getParameterCountInternal() argument
358 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getParameterCountInternal()