Home
last modified time | relevance | path

Searched refs:ThrowNew (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/header_only_include/nativehelper/
Dnativehelper_utils.h43 if (env->ThrowNew(e_class, nullptr) != JNI_OK) { in jniThrowNullPointerException()
/libnativehelper/
DJNIHelp.c290 if ((*env)->ThrowNew(env, exceptionClass, message) != JNI_OK) { in jniThrowException()
/libnativehelper/include_jni/
Djni.h173 jint (*ThrowNew)(JNIEnv *, jclass, const char *); member
526 jint ThrowNew(jclass clazz, const char* message) in ThrowNew() function
527 { return functions->ThrowNew(this, clazz, message); } in ThrowNew()