Searched defs:javaMethod (Results 1 – 7 of 7) sorted by relevance
/art/runtime/native/ |
D | java_lang_reflect_Executable.cc | 42 static jobjectArray Executable_getDeclaredAnnotationsNative(JNIEnv* env, jobject javaMethod) { in Executable_getDeclaredAnnotationsNative() 57 jobject javaMethod, in Executable_getAnnotationNative() 70 static jobjectArray Executable_getSignatureAnnotation(JNIEnv* env, jobject javaMethod) { in Executable_getSignatureAnnotation() 80 static jobjectArray Executable_getParameterAnnotationsNative(JNIEnv* env, jobject javaMethod) { in Executable_getParameterAnnotationsNative() 157 static jobjectArray Executable_getParameters0(JNIEnv* env, jobject javaMethod) { in Executable_getParameters0() 256 jobject javaMethod, in Executable_isAnnotationPresentNative() 321 static jstring Executable_getMethodNameInternal(JNIEnv* env, jobject javaMethod) { in Executable_getMethodNameInternal() 328 static jclass Executable_getMethodReturnTypeInternal(JNIEnv* env, jobject javaMethod) { in Executable_getMethodReturnTypeInternal() 341 static jobjectArray Executable_getParameterTypesInternal(JNIEnv* env, jobject javaMethod) { in Executable_getParameterTypesInternal() 376 static jint Executable_getParameterCountInternal(JNIEnv* env, jobject javaMethod) { in Executable_getParameterCountInternal()
|
D | java_lang_reflect_Method.cc | 38 static jobject Method_getDefaultValue(JNIEnv* env, jobject javaMethod) { in Method_getDefaultValue() 47 static jobjectArray Method_getExceptionTypes(JNIEnv* env, jobject javaMethod) { in Method_getExceptionTypes() 83 static jobject Method_invoke(JNIEnv* env, jobject javaMethod, jobject javaReceiver, in Method_invoke()
|
D | java_lang_reflect_Constructor.cc | 40 static jobjectArray Constructor_getExceptionTypes(JNIEnv* env, jobject javaMethod) { in Constructor_getExceptionTypes() 63 static jobject Constructor_newInstance0(JNIEnv* env, jobject javaMethod, jobjectArray javaArgs) { in Constructor_newInstance0()
|
D | java_lang_reflect_Parameter.cc | 37 jobject javaMethod, in Parameter_getAnnotationNative()
|
/art/test/708-jit-cache-churn/ |
D | jit.cc | 34 jobject javaMethod, in Java_JitCacheChurnTest_removeJitCompiledMethod()
|
/art/test/616-cha-unloading/src-art/ |
D | Main.java | 119 private static native long getArtMethod(Object javaMethod); in getArtMethod()
|
/art/runtime/ |
D | reflection.cc | 686 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, jobject javaMethod, in InvokeMethod()
|