Lines Matching refs:Runtime
116 Runtime* const runtime = Runtime::Current(); in CollectNonDebuggableClasses()
160 Runtime* const runtime = Runtime::Current(); 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()
398 Runtime::NativeBridgeAction action = Runtime::NativeBridgeAction::kUnload; in ZygoteHooks_nativePostForkChild()
400 action = Runtime::NativeBridgeAction::kInitialize; in ZygoteHooks_nativePostForkChild()
407 Runtime::NativeBridgeAction::kUnload, in ZygoteHooks_nativePostForkChild()
415 Runtime::Current()->SetZygoteNoThreadSection(true); in ZygoteHooks_startZygoteNoThreadCreation()
420 Runtime::Current()->SetZygoteNoThreadSection(false); in ZygoteHooks_stopZygoteNoThreadCreation()