Lines Matching refs:Current
116 Runtime* const runtime = Runtime::Current(); in CollectNonDebuggableClasses()
117 Thread* const self = Thread::Current(); in CollectNonDebuggableClasses()
127 MutexLock mu(Thread::Current(), *Locks::thread_list_lock_); in CollectNonDebuggableClasses()
160 Runtime* const runtime = Runtime::Current(); in EnableDebugFeatures()
167 Thread::Current()->GetJniEnv()->SetCheckJniEnabled(true); in EnableDebugFeatures()
196 Runtime::Current()->DoAndMaybeSwitchInterpreter([=]() { in EnableDebugFeatures()
242 Runtime* runtime = Runtime::Current(); in ZygoteHooks_nativePreFork()
252 Runtime* runtime = Runtime::Current(); in ZygoteHooks_nativePostZygoteFork()
260 Runtime::Current()->SetSystemServer(true); in ZygoteHooks_nativePostForkSystemServer()
265 if (Runtime::Current()->GetJit() != nullptr) { in ZygoteHooks_nativePostForkSystemServer()
266 Runtime::Current()->GetJit()->GetCodeCache()->PostForkChildAction( in ZygoteHooks_nativePostForkSystemServer()
271 Runtime::Current()->GetOatFileManager().SetOnlyUseSystemOatFiles( in ZygoteHooks_nativePostForkSystemServer()
290 Runtime* runtime = Runtime::Current(); in ZygoteHooks_nativePostForkChild()
415 Runtime::Current()->SetZygoteNoThreadSection(true); in ZygoteHooks_startZygoteNoThreadCreation()
420 Runtime::Current()->SetZygoteNoThreadSection(false); in ZygoteHooks_stopZygoteNoThreadCreation()