Searched refs:gCurRuntime (Results 1 – 1 of 1) sorted by relevance
181 static AndroidRuntime* gCurRuntime = NULL; variable194 gCurRuntime->onStarted(); in com_android_internal_os_RuntimeInit_nativeFinishInit()199 gCurRuntime->onZygoteInit(); in com_android_internal_os_RuntimeInit_nativeZygoteInit()205 gCurRuntime->setExitWithoutCleanup(exitWithoutCleanup); in com_android_internal_os_RuntimeInit_nativeSetExitWithoutCleanup()249 assert(gCurRuntime == NULL); // one per process in AndroidRuntime()250 gCurRuntime = this; in AndroidRuntime()310 gCurRuntime->exit(code); in runtime_exit()1254 return gCurRuntime; in getRuntime()