Searched refs:gCurRuntime (Results 1 – 1 of 1) sorted by relevance
258 static AndroidRuntime* gCurRuntime = NULL; variable265 gCurRuntime->onStarted(); in com_android_internal_os_RuntimeInit_nativeFinishInit()270 gCurRuntime->onZygoteInit(); in com_android_internal_os_ZygoteInit_nativeZygoteInit()276 gCurRuntime->setExitWithoutCleanup(exitWithoutCleanup); in com_android_internal_os_RuntimeInit_nativeSetExitWithoutCleanup()319 assert(gCurRuntime == NULL); // one per process in AndroidRuntime()320 gCurRuntime = this; in AndroidRuntime()393 gCurRuntime->exit(code); in runtime_exit()1636 return gCurRuntime; in getRuntime()