Home | History | Annotate | Download | only in include

Lines Matching defs:Throw

187     jint        (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }