Searched refs:Throw (Results 1 – 3 of 3) sorted by relevance
50 env->Throw(reinterpret_cast<jthrowable>(jlae)); in AssertionError()
215 (*env)->Throw(env, pendingException); in GetStackTraceOrSummary()
172 jint (*Throw)(JNIEnv*, jthrowable); member523 jint Throw(jthrowable obj) in Throw() function524 { return functions->Throw(this, obj); } in Throw()