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

/art/runtime/
H A Dcheck_jni.cc1175 static jint ThrowNew(JNIEnv* env, jclass c, const char* message) { function in class:art::CheckJNI
1177 return CHECK_JNI_EXIT("I", baseEnv(env)->ThrowNew(env, c, message));
1800 CheckJNI::ThrowNew,
H A Djni_internal.cc701 static jint ThrowNew(JNIEnv* env, jclass c, const char* msg) { function in class:art::JNI
2734 JNI::ThrowNew,

Completed in 72 milliseconds