Home
last modified time | relevance | path

Searched refs:InZygoteUsingJit (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Djit.h409 static bool InZygoteUsingJit();
Djit.cc1177 bool Jit::InZygoteUsingJit() { in InZygoteUsingJit() function in art::jit::Jit
1214 if (InZygoteUsingJit()) { in CreateThreadPool()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc453 static bool isJitZygote = jit::Jit::InZygoteUsingJit(); in ZygoteHooks_nativeZygoteLongSuspendOk()