Searched refs:Throw (Results 1 – 3 of 3) sorted by relevance
216 (*env)->Throw(env, pendingException); in GetStackTraceOrSummary()269 if ((*env)->Throw(env, (jthrowable)instance) != JNI_OK) { in ThrowException()
267 env->Throw(pendingException); in GetStackTraceOrSummary()325 if (env->Throw((jthrowable)instance) != JNI_OK) { in ThrowException()
172 jint (*Throw)(JNIEnv*, jthrowable); member523 jint Throw(jthrowable obj) in Throw() function524 { return functions->Throw(this, obj); } in Throw()