Searched defs:GetMethodID (Results 1 – 6 of 6) sorted by relevance
/aosp12/art/test/004-JniTest/ |
H A D | jni_test.cc | 472 jmethodID GetMethodID(jclass c, bool nonstatic, const char* method_name) { in GetMethodID() function in art::JniCallNonvirtualVoidMethodTest
|
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/ |
H A D | jni.h | 197 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*); member 589 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig) in GetMethodID() function
|
/aosp12/libnativehelper/include_jni/ |
H A D | jni.h | 197 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*); member 589 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig) in GetMethodID() function
|
/aosp12/art/runtime/jni/ |
H A D | check_jni.cc | 224 jmethodID GetMethodID() const { in GetMethodID() function in art::__anone2f7feb60110::VarArgs 2273 static jmethodID GetMethodID(JNIEnv* env, jclass c, const char* name, const char* sig) { in GetMethodID() function in art::__anone2f7feb60110::CheckJNI
|
H A D | jni_internal_test.cc | 782 TEST_F(JniInternalTest, GetMethodID) { in TEST_F() argument
|
H A D | jni_internal.cc | 917 static jmethodID GetMethodID(JNIEnv* env, jclass java_class, const char* name, const char* sig) { in GetMethodID() function in art::JNI
|