Home
last modified time | relevance | path

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

/libnativehelper/
DJNIHelp.c216 (*env)->Throw(env, pendingException); in GetStackTraceOrSummary()
269 if ((*env)->Throw(env, (jthrowable)instance) != JNI_OK) { in ThrowException()
/libnativehelper/include/nativehelper/
DJNIHelp.h267 env->Throw(pendingException); in GetStackTraceOrSummary()
325 if (env->Throw((jthrowable)instance) != JNI_OK) { in ThrowException()
/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()