Home
last modified time | relevance | path

Searched defs:GetMethodID (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/test/004-JniTest/
H A Djni_test.cc472 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 Djni.h197 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 Djni.h197 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 Dcheck_jni.cc224 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 Djni_internal_test.cc782 TEST_F(JniInternalTest, GetMethodID) { in TEST_F() argument
H A Djni_internal.cc917 static jmethodID GetMethodID(JNIEnv* env, jclass java_class, const char* name, const char* sig) { in GetMethodID() function in art::JNI