Home
last modified time | relevance | path

Searched refs:GetMethodID (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/
DJNIHelp.cpp109 (*env)->GetMethodID(e, classClass.get(), "getName", "()Ljava/lang/String;"); in getExceptionSummary()
128 (*env)->GetMethodID(e, exceptionClass.get(), "getMessage", "()Ljava/lang/String;"); in getExceptionSummary()
160 jmethodID stringWriterCtor = (*env)->GetMethodID(e, stringWriterClass.get(), "<init>", "()V"); in getStackTrace()
162 (*env)->GetMethodID(e, stringWriterClass.get(), "toString", "()Ljava/lang/String;"); in getStackTrace()
170 (*env)->GetMethodID(e, printWriterClass.get(), "<init>", "(Ljava/io/Writer;)V"); in getStackTrace()
186 … (*env)->GetMethodID(e, exceptionClass.get(), "printStackTrace", "(Ljava/io/PrintWriter;)V"); in getStackTrace()
313 static jmethodID ctor = e->GetMethodID(JniConstants::fileDescriptorClass, "<init>", "()V"); in jniCreateFileDescriptor()
341 …static jmethodID get = e->GetMethodID(JniConstants::referenceClass, "get", "()Ljava/lang/Object;"); in jniGetReferent()
/libnativehelper/include/nativehelper/
Djni.h198 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*); member
591 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig) in GetMethodID() function
592 { return functions->GetMethodID(this, clazz, name, sig); } in GetMethodID()