Home
last modified time | relevance | path

Searched defs:ThrowNew (Results 1 – 2 of 2) sorted by relevance

/dalvik/libnativehelper/include/nativehelper/
Djni.h187 jint (*ThrowNew)(JNIEnv *, jclass, const char *); member
541 jint ThrowNew(jclass clazz, const char* message) in ThrowNew() function
/dalvik/vm/
DJni.cpp1398 static jint ThrowNew(JNIEnv* env, jclass jclazz, const char* message) { in ThrowNew() function