Searched defs:ThrowNew (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dcheck_jni.cc1815 static jint ThrowNew(JNIEnv* env, jclass c, const char* message) { function in class:art::CheckJNI
1821 result.i = baseEnv(env)->ThrowNew(env, c, message);
3587 CheckJNI::ThrowNew,
H A Djni_internal.cc441 static jint ThrowNew(JNIEnv* env, jclass c, const char* msg) { function in class:art::JNI
2510 JNI::ThrowNew,

Completed in 77 milliseconds