Home
last modified time | relevance | path

Searched defs:javaMethod (Results 1 – 5 of 5) sorted by relevance

/art/runtime/native/
Djava_lang_reflect_Executable.cc37 static jobjectArray Executable_getDeclaredAnnotationsNative(JNIEnv* env, jobject javaMethod) { in Executable_getDeclaredAnnotationsNative()
52 jobject javaMethod, in Executable_getAnnotationNative()
65 static jobjectArray Executable_getSignatureAnnotation(JNIEnv* env, jobject javaMethod) { in Executable_getSignatureAnnotation()
76 static jobjectArray Executable_getParameterAnnotationsNative(JNIEnv* env, jobject javaMethod) { in Executable_getParameterAnnotationsNative()
86 static jobjectArray Executable_getParameters0(JNIEnv* env, jobject javaMethod) { in Executable_getParameters0()
185 jobject javaMethod, in Executable_isAnnotationPresentNative()
250 static jobject Executable_getMethodNameInternal(JNIEnv* env, jobject javaMethod) { in Executable_getMethodNameInternal()
257 static jobject Executable_getMethodReturnTypeInternal(JNIEnv* env, jobject javaMethod) { in Executable_getMethodReturnTypeInternal()
279 static jobjectArray Executable_getParameterTypesInternal(JNIEnv* env, jobject javaMethod) { in Executable_getParameterTypesInternal()
314 static jint Executable_getParameterCountInternal(JNIEnv* env, jobject javaMethod) { in Executable_getParameterCountInternal()
Djava_lang_reflect_Method.cc34 static jobject Method_getDefaultValue(JNIEnv* env, jobject javaMethod) { in Method_getDefaultValue()
43 static jobjectArray Method_getExceptionTypes(JNIEnv* env, jobject javaMethod) { in Method_getExceptionTypes()
81 static jobject Method_invoke(JNIEnv* env, jobject javaMethod, jobject javaReceiver, in Method_invoke()
Djava_lang_reflect_Constructor.cc34 static jobjectArray Constructor_getExceptionTypes(JNIEnv* env, jobject javaMethod) { in Constructor_getExceptionTypes()
61 static jobject Constructor_newInstance0(JNIEnv* env, jobject javaMethod, jobjectArray javaArgs) { in Constructor_newInstance0()
Djava_lang_reflect_Parameter.cc35 jobject javaMethod, in Parameter_getAnnotationNative()
/art/runtime/
Dreflection.cc583 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, jobject javaMethod, in InvokeMethod()