Home
last modified time | relevance | path

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

/libnativehelper/
DJNIHelp.cpp68 JNIEnv* e = reinterpret_cast<JNIEnv*>(env); in findClass() local
69 return (*env)->FindClass(e, className); in findClass()
78 JNIEnv* e = reinterpret_cast<JNIEnv*>(env); in getExceptionSummary() local
81 … scoped_local_ref<jclass> exceptionClass(env, (*env)->GetObjectClass(e, exception)); // can't fail in getExceptionSummary()
83 (*env)->GetObjectClass(e, exceptionClass.get())); // java.lang.Class, can't fail in getExceptionSummary()
85 (*env)->GetMethodID(e, classClass.get(), "getName", "()Ljava/lang/String;"); in getExceptionSummary()
87 (jstring) (*env)->CallObjectMethod(e, exceptionClass.get(), classGetNameMethod)); in getExceptionSummary()
89 (*env)->ExceptionClear(e); in getExceptionSummary()
93 const char* classNameChars = (*env)->GetStringUTFChars(e, classNameStr.get(), NULL); in getExceptionSummary()
95 (*env)->ExceptionClear(e); in getExceptionSummary()
[all …]
/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp315 FN0(e, CRITICAL,jdouble) \