Searched refs:CallObjectMethod (Results 1 – 2 of 2) sorted by relevance
/libnativehelper/ |
D | JNIHelp.cpp | 100 (jstring) (*env)->CallObjectMethod(e, exceptionClass.get(), classGetNameMethod)); in getExceptionSummary() 119 (jstring) (*env)->CallObjectMethod(e, exception, getMessage)); in getExceptionSummary() 183 (jstring) (*env)->CallObjectMethod(e, stringWriter.get(), stringWriterToStringMethod)); in getStackTrace() 397 return e->CallObjectMethod(ref, JniConstants::GetReferenceGetMethod(e)); in jniGetReferent()
|
/libnativehelper/include_jni/ |
D | jni.h | 200 jobject (*CallObjectMethod)(JNIEnv*, jobject, jmethodID, ...); member
|