Home
last modified time | relevance | path

Searched refs:gCurRuntime (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
DAndroidRuntime.cpp266 static AndroidRuntime* gCurRuntime = NULL; variable
273 gCurRuntime->onStarted(); in com_android_internal_os_RuntimeInit_nativeFinishInit()
278 gCurRuntime->onZygoteInit(); in com_android_internal_os_ZygoteInit_nativeZygoteInit()
284 gCurRuntime->setExitWithoutCleanup(exitWithoutCleanup); in com_android_internal_os_RuntimeInit_nativeSetExitWithoutCleanup()
327 assert(gCurRuntime == NULL); // one per process in AndroidRuntime()
328 gCurRuntime = this; in AndroidRuntime()
409 gCurRuntime->exit(code); in runtime_exit()
1703 return gCurRuntime; in getRuntime()