Home | History | Annotate | Download | only in native

Lines Matching refs:javaMethod

39 static jobjectArray Executable_getDeclaredAnnotationsNative(JNIEnv* env, jobject javaMethod) {
41 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod);
54 jobject javaMethod,
58 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod);
67 static jobjectArray Executable_getSignatureAnnotation(JNIEnv* env, jobject javaMethod) {
69 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod);
77 static jobjectArray Executable_getParameterAnnotationsNative(JNIEnv* env, jobject javaMethod) {
79 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod);
154 static jobjectArray Executable_getParameters0(JNIEnv* env, jobject javaMethod) {
159 Handle<mirror::Method> executable = hs.NewHandle(soa.Decode<mirror::Method>(javaMethod));
253 jobject javaMethod,
256 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod);
318 static jstring Executable_getMethodNameInternal(JNIEnv* env, jobject javaMethod) {
320 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod);
325 static jclass Executable_getMethodReturnTypeInternal(JNIEnv* env, jobject javaMethod) {
327 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod);
347 static jobjectArray Executable_getParameterTypesInternal(JNIEnv* env, jobject javaMethod) {
349 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod);
382 static jint Executable_getParameterCountInternal(JNIEnv* env, jobject javaMethod) {
384 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod);