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

/art/runtime/
H A Dcheck_jni.cc1829 static jint ThrowNew(JNIEnv* env, jclass c, const char* message) { function in class:art::CheckJNI
1835 result.i = baseEnv(env)->ThrowNew(env, c, message);
3602 CheckJNI::ThrowNew,
H A Djni_internal.cc457 static jint ThrowNew(JNIEnv* env, jclass c, const char* msg) { function in class:art::JNI
2589 JNI::ThrowNew,

Completed in 228 milliseconds