Searched defs:methods (Results 1 – 13 of 13) sorted by relevance
/art/test/044-proxy/src/ |
D | NarrowingTest.java | 49 Method[] methods = proxy.getClass().getDeclaredMethods(); in main() local
|
D | BasicTest.java | 75 Method[] methods = proxy.getClass().getDeclaredMethods(); in main() local
|
/art/runtime/native/ |
D | java_lang_reflect_Proxy.cc | 28 jobject loader, jobjectArray methods, jobjectArray throws) { in Proxy_generateProxy()
|
/art/runtime/ |
D | jni_internal_test.cc | 469 JNINativeMethod methods[] = { { nullptr, "()V", native_function } }; in TEST_F() local 476 JNINativeMethod methods[] = { { "notify", nullptr, native_function } }; in TEST_F() local 483 JNINativeMethod methods[] = { { "notify", "()V", nullptr } }; in TEST_F() local 490 JNINativeMethod methods[] = { { "foo", "()V", native_function } }; in TEST_F() local 497 JNINativeMethod methods[] = { { "equals", "(Ljava/lang/Object;)Z", native_function } }; in TEST_F() local 504 JNINativeMethod methods[] = { { "notify", "()V", native_function } }; in TEST_F() local 512 JNINativeMethod methods[] = { }; in TEST_F() local 521 JNINativeMethod methods[] = { }; in TEST_F() local 529 JNINativeMethod methods[] = { }; in TEST_F() local
|
D | native_bridge_art_interface.cc | 59 uint32_t GetNativeMethods(JNIEnv* env, jclass clazz, JNINativeMethod* methods, in GetNativeMethods()
|
D | class_linker.cc | 1913 methods(hs.NewHandle(AllocArtMethodArray(self, dex_file.NumMethodIds()))); in AllocDexCache() local 3778 jobjectArray methods, jobjectArray throws) { in CreateProxyClass() 4419 mirror::ObjectArray<mirror::ArtMethod>* methods = new_class->GetDirectMethods(); in FixupTemporaryDeclaringClass() local
|
D | check_jni.cc | 1653 …static jint RegisterNatives(JNIEnv* env, jclass c, const JNINativeMethod* methods, jint nMethods) { in RegisterNatives()
|
D | jni_internal.cc | 2363 static jint RegisterNatives(JNIEnv* env, jclass java_class, const JNINativeMethod* methods, in RegisterNatives() 2368 static jint RegisterNativeMethods(JNIEnv* env, jclass java_class, const JNINativeMethod* methods, in RegisterNativeMethods() 3427 void RegisterNativeMethods(JNIEnv* env, const char* jni_class_name, const JNINativeMethod* methods, in RegisterNativeMethods()
|
/art/test/064-field-access/src/ |
D | Main.java | 519 Method[] methods; in doReflectionTests() local
|
/art/test/046-reflect/src/ |
D | Main.java | 471 Method[] methods = niuClass.getDeclaredMethods(); in checkClinitForMethods() local
|
/art/test/115-native-bridge/ |
D | nativebridge.cc | 55 std::unique_ptr<JNINativeMethod[]> methods(new JNINativeMethod[count1]); in trampoline_JNI_OnLoad() local
|
/art/runtime/mirror/ |
D | class.cc | 703 static void SetPreverifiedFlagOnMethods(mirror::ObjectArray<mirror::ArtMethod>* methods) in SetPreverifiedFlagOnMethods()
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 118 JNINativeMethod methods[] = { { method_name, method_sig, native_fnptr } }; in SetUpForTest() local
|