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

/frameworks/base/core/jni/
H A DAndroidRuntime.cpp165 static AndroidRuntime* gCurRuntime = NULL; member in namespace:android
178 gCurRuntime->onStarted();
183 gCurRuntime->onZygoteInit();
249 assert(gCurRuntime == NULL); // one per process
250 gCurRuntime = this;
432 gCurRuntime->onExit(code);
1325 return gCurRuntime;

Completed in 14 milliseconds