/aosp_15_r20/art/runtime/native/ |
H A D | java_lang_reflect_Executable.cc | 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() [all …]
|
H A D | java_lang_reflect_Method.cc | 37 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 D | java_lang_reflect_Constructor.cc | 39 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 D | java_lang_reflect_Parameter.cc | 37 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 D | dalvik_system_VMDebug.cc | 315 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 D | android_os_VintfRuntimeInfo.cpp | 31 #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 D | VMDebug.java | 457 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 D | ClonedMethod.java | 27 public ClonedMethod(ITestNGMethod method, Method javaMethod) { in ClonedMethod() argument 29 m_javaMethod = javaMethod; in ClonedMethod()
|
/aosp_15_r20/art/runtime/ |
H A D | reflection.cc | 698 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 D | Main.java | 119 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 D | SampleForTests.java | 75 public int javaMethod(int foo, int bar) { in javaMethod() method in SampleForTests
|
/aosp_15_r20/libcore/luni/annotations/flagged_api/dalvik/system/ |
H A D | VMDebug.annotated.java | 126 @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 D | SampleForTests.java | 78 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 D | SampleForTests.java | 71 public int javaMethod(int foo, int bar) { in javaMethod() method in SampleForTests
|
/aosp_15_r20/external/libchrome/base/android/jni_generator/ |
H A D | SampleForTests_jni.golden | 234 "javaMethod",
|
/aosp_15_r20/external/cronet/third_party/jni_zero/test/golden/ |
H A D | testPackagePrefixGenerator-SampleForTests_jni.h.golden | 467 "javaMethod",
|
H A D | testBidirectionalClass-SampleForTests_jni.h.golden | 467 "javaMethod",
|
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/local-javac-header/ |
D | testng.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/beust/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/javac/ |
D | testng.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/beust/
com/ ... |
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/jre/lib/ |
D | rt.jar | META-INF/
META-INF/MANIFEST.MF
com/oracle/net/Sdp$ ... |
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/jre/lib/ |
D | rt.jar | META-INF/
META-INF/MANIFEST.MF
apple/applescript/AppleScriptEngine.class
AppleScriptEngine ... |
/aosp_15_r20/prebuilts/sdk/current/module-lib/ |
HD | art.jar | META-INF/
META-INF/MANIFEST.MF
NOTICES/libcore-NOTICES.txt
android ... |
HD | core-for-system-modules.jar | META-INF/
META-INF/MANIFEST.MF
NOTICES/libcore-NOTICES.txt
android ... |
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | jython-standalone-2.5.3.jar | META-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/ |
HD | kotlin-reflect-1.3.61-release-180.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/descriptors.jvm. ... |