Home | History | Annotate | Download | only in include

Lines Matching defs:Throw

171     jint        (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }