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

/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,
/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); }

Completed in 346 milliseconds