Searched defs:Throw (Results 1 - 1 of 1) sorted by relevance

/libnativehelper/include/nativehelper/
H A Djni.h186 jint (*Throw)(JNIEnv*, jthrowable); member in struct:JNINativeInterface
538 jint Throw(jthrowable obj) function in struct:_JNIEnv
539 { return functions->Throw(this, obj); }

Completed in 9 milliseconds