Searched refs:FatalError (Results 1 - 3 of 3) sorted by relevance

/dalvik/libnativehelper/include/nativehelper/
H A Djni.h176 void (*FatalError)(JNIEnv*, const char*); member in struct:JNINativeInterface
538 void FatalError(const char* msg) function in struct:_JNIEnv
539 { functions->FatalError(this, msg); }
/dalvik/vm/
H A DJni.c645 dvmAbort(); // spec says call FatalError; this is equivalent
660 dvmAbort(); // spec says call FatalError; this is equivalent
2134 static void FatalError(JNIEnv* env, const char* msg) function
3953 FatalError,
H A DCheckJni.c1375 BASE_ENV(env)->FatalError(env, msg);

Completed in 74 milliseconds