Searched refs:gCurRuntime (Results 1 – 1 of 1) sorted by relevance
225 static AndroidRuntime* gCurRuntime = NULL; variable232 gCurRuntime->onStarted(); in com_android_internal_os_RuntimeInit_nativeFinishInit()237 gCurRuntime->onZygoteInit(); in com_android_internal_os_ZygoteInit_nativeZygoteInit()243 gCurRuntime->setExitWithoutCleanup(exitWithoutCleanup); in com_android_internal_os_RuntimeInit_nativeSetExitWithoutCleanup()286 assert(gCurRuntime == NULL); // one per process in AndroidRuntime()287 gCurRuntime = this; in AndroidRuntime()368 gCurRuntime->exit(code); in runtime_exit()1625 return gCurRuntime; in getRuntime()