Searched refs:ThrowNew (Results 1 – 4 of 4) sorted by relevance
/dalvik/libnativehelper/ |
D | JNIHelp.c | 203 if ((*env)->ThrowNew(env, exceptionClass, msg) != JNI_OK) { in jniThrowException()
|
/dalvik/libnativehelper/include/nativehelper/ |
D | jni.h | 187 jint (*ThrowNew)(JNIEnv *, jclass, const char *); member 541 jint ThrowNew(jclass clazz, const char* message) in ThrowNew() function 542 { return functions->ThrowNew(this, clazz, message); } in ThrowNew()
|
/dalvik/vm/ |
D | Jni.c | 2065 static jint ThrowNew(JNIEnv* env, jclass jclazz, const char* message) in ThrowNew() function 4047 ThrowNew,
|
D | CheckJni.c | 1393 result = BASE_ENV(env)->ThrowNew(env, clazz, message); in Check_ThrowNew()
|