Home
last modified time | relevance | path

Searched refs:Throw (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp50 env->Throw(reinterpret_cast<jthrowable>(jlae)); in AssertionError()
/libnativehelper/
DJNIHelp.c215 (*env)->Throw(env, pendingException); in GetStackTraceOrSummary()
/libnativehelper/include_jni/
Djni.h172 jint (*Throw)(JNIEnv*, jthrowable); member
523 jint Throw(jthrowable obj) in Throw() function
524 { return functions->Throw(this, obj); } in Throw()