Searched refs:gCurRuntime (Results 1 – 1 of 1) sorted by relevance
220 static AndroidRuntime* gCurRuntime = NULL; variable227 gCurRuntime->onStarted(); in com_android_internal_os_RuntimeInit_nativeFinishInit()232 gCurRuntime->onZygoteInit(); in com_android_internal_os_ZygoteInit_nativeZygoteInit()238 gCurRuntime->setExitWithoutCleanup(exitWithoutCleanup); in com_android_internal_os_RuntimeInit_nativeSetExitWithoutCleanup()281 assert(gCurRuntime == NULL); // one per process in AndroidRuntime()282 gCurRuntime = this; in AndroidRuntime()355 gCurRuntime->exit(code); in runtime_exit()1544 return gCurRuntime; in getRuntime()