Searched refs:Throw (Results 1 – 2 of 2) sorted by relevance
282 (*env)->Throw(e, currentException.get()); // rethrow in jniLogException()
186 jint (*Throw)(JNIEnv*, jthrowable); member538 jint Throw(jthrowable obj) in Throw() function539 { return functions->Throw(this, obj); } in Throw()