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

/frameworks/base/core/jni/
H A DAndroidRuntime.cpp220 static AndroidRuntime* gCurRuntime = NULL; member in namespace:android
227 gCurRuntime->onStarted();
232 gCurRuntime->onZygoteInit();
238 gCurRuntime->setExitWithoutCleanup(exitWithoutCleanup);
281 assert(gCurRuntime == NULL); // one per process
282 gCurRuntime = this;
355 gCurRuntime->exit(code);
1544 return gCurRuntime;

Completed in 298 milliseconds