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

/frameworks/base/core/jni/
H A DAndroidRuntime.cpp177 static AndroidRuntime* gCurRuntime = NULL; member in namespace:android
190 gCurRuntime->onStarted();
195 gCurRuntime->onZygoteInit();
201 gCurRuntime->setExitWithoutCleanup(exitWithoutCleanup);
245 assert(gCurRuntime == NULL); // one per process
246 gCurRuntime = this;
306 gCurRuntime->exit(code);
1252 return gCurRuntime;

Completed in 37 milliseconds