Home | History | Annotate | Download | only in runtime

Lines Matching defs:Throw

1169   static jint Throw(JNIEnv* env, jthrowable obj) {
1172 return CHECK_JNI_EXIT("I", baseEnv(env)->Throw(env, obj));
1799 CheckJNI::Throw,