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