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

/frameworks/base/core/jni/
H A DAndroidRuntime.cpp207 static AndroidRuntime* gCurRuntime = NULL; member in namespace:android
214 gCurRuntime->onStarted();
219 gCurRuntime->onZygoteInit();
225 gCurRuntime->setExitWithoutCleanup(exitWithoutCleanup);
262 assert(gCurRuntime == NULL); // one per process
263 gCurRuntime = this;
329 gCurRuntime->exit(code);
1450 return gCurRuntime;

Completed in 89 milliseconds