Searched refs:Throw (Results 1 – 2 of 2) sorted by relevance
283 (*env)->Throw(e, currentException.get()); // rethrow in jniGetStackTrace()
173 jint (*Throw)(JNIEnv*, jthrowable); member525 jint Throw(jthrowable obj) in Throw() function526 { return functions->Throw(this, obj); } in Throw()