Home | History | Annotate | Download | only in jni

Lines Matching defs:exit

351  * The VM calls this through the "exit" hook.
355 gCurRuntime->exit(code);
697 /* route exit() to our handler */
698 addOption("exit", (void*) runtime_exit);
1161 void AndroidRuntime::exit(int code)
1169 ::exit(code);