Home
last modified time | relevance | path

Searched refs:javaMethod (Results 1 – 25 of 50) sorted by relevance

12

/aosp_15_r20/art/runtime/native/
H A Djava_lang_reflect_Executable.cc42 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()
[all …]
H A Djava_lang_reflect_Method.cc37 static jobject Method_getDefaultValue(JNIEnv* env, jobject javaMethod) { in Method_getDefaultValue() argument
39 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Method_getDefaultValue()
46 static jobjectArray Method_getExceptionTypes(JNIEnv* env, jobject javaMethod) { in Method_getExceptionTypes() argument
48 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Method_getExceptionTypes()
83 static jobject Method_invoke(JNIEnv* env, jobject javaMethod, jobject javaReceiver, in Method_invoke() argument
86 return InvokeMethod<kRuntimePointerSize>(soa, javaMethod, javaReceiver, javaArgs); in Method_invoke()
H A Djava_lang_reflect_Constructor.cc39 static jobjectArray Constructor_getExceptionTypes(JNIEnv* env, jobject javaMethod) { in Constructor_getExceptionTypes() argument
41 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod) in Constructor_getExceptionTypes()
62 static jobject Constructor_newInstance0(JNIEnv* env, jobject javaMethod, jobjectArray javaArgs) { in Constructor_newInstance0() argument
64 ObjPtr<mirror::Constructor> m = soa.Decode<mirror::Constructor>(javaMethod); in Constructor_newInstance0()
107 return InvokeMethod<kRuntimePointerSize>(soa, javaMethod, nullptr, javaArgs, 2); in Constructor_newInstance0()
H A Djava_lang_reflect_Parameter.cc37 jobject javaMethod, in Parameter_getAnnotationNative() argument
41 if (UNLIKELY(javaMethod == nullptr)) { in Parameter_getAnnotationNative()
46 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Parameter_getAnnotationNative()
H A Ddalvik_system_VMDebug.cc315 jobject javaMethod) { in VMDebug_getExecutableMethodFileOffsetsNative() argument
317 ObjPtr<mirror::Executable> m = soa.Decode<mirror::Executable>(javaMethod); in VMDebug_getExecutableMethodFileOffsetsNative()
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_os_VintfRuntimeInfo.cpp31 #define MAP_STRING_METHOD(javaMethod, cppString, flags) \ argument
32 static jstring android_os_VintfRuntimeInfo_##javaMethod(JNIEnv* env, jclass) { \
/aosp_15_r20/libcore/dalvik/src/main/java/dalvik/system/
H A DVMDebug.java457 getExecutableMethodFileOffsetsNative(Method javaMethod); in getExecutableMethodFileOffsetsNative() argument
472 @NonNull Method javaMethod) { in getExecutableMethodFileOffsets()
473 return getExecutableMethodFileOffsetsNative(javaMethod); in getExecutableMethodFileOffsets()
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/
H A DClonedMethod.java27 public ClonedMethod(ITestNGMethod method, Method javaMethod) { in ClonedMethod() argument
29 m_javaMethod = javaMethod; in ClonedMethod()
/aosp_15_r20/art/runtime/
H A Dreflection.cc698 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, jobject javaMethod, in InvokeMethod() argument
709 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(javaMethod); in InvokeMethod()
781 jobject javaMethod,
787 jobject javaMethod,
/aosp_15_r20/art/test/616-cha-unloading/src-art/
H A DMain.java119 private static native long getArtMethod(Object javaMethod); in getArtMethod() argument
/aosp_15_r20/external/libchrome/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
H A DSampleForTests.java75 public int javaMethod(int foo, int bar) { in javaMethod() method in SampleForTests
/aosp_15_r20/libcore/luni/annotations/flagged_api/dalvik/system/
H A DVMDebug.annotated.java126 @NonNull java.lang.reflect.Method javaMethod); in getExecutableMethodFileOffsets()
/aosp_15_r20/external/cronet/third_party/jni_zero/java/src/org/chromium/example/jni_generator/
H A DSampleForTests.java78 public int javaMethod(int foo, int bar) { in javaMethod() method in SampleForTests
/aosp_15_r20/external/cronet/third_party/jni_zero/test/java/src/org/jni_zero/
H A DSampleForTests.java71 public int javaMethod(int foo, int bar) { in javaMethod() method in SampleForTests
/aosp_15_r20/external/libchrome/base/android/jni_generator/
H A DSampleForTests_jni.golden234 "javaMethod",
/aosp_15_r20/external/cronet/third_party/jni_zero/test/golden/
H A DtestPackagePrefixGenerator-SampleForTests_jni.h.golden467 "javaMethod",
H A DtestBidirectionalClass-SampleForTests_jni.h.golden467 "javaMethod",
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/local-javac-header/
Dtestng.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/javac/
Dtestng.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/ ...
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/jre/lib/
Drt.jarMETA-INF/ META-INF/MANIFEST.MF com/oracle/net/Sdp$ ...
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/jre/lib/
Drt.jarMETA-INF/ META-INF/MANIFEST.MF apple/applescript/AppleScriptEngine.class AppleScriptEngine ...
/aosp_15_r20/prebuilts/sdk/current/module-lib/
HDart.jarMETA-INF/ META-INF/MANIFEST.MF NOTICES/libcore-NOTICES.txt android ...
HDcore-for-system-modules.jarMETA-INF/ META-INF/MANIFEST.MF NOTICES/libcore-NOTICES.txt android ...
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.3.61-release-180/
HDkotlin-reflect-1.3.61-release-180.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/descriptors.jvm. ...

12