Home
last modified time | relevance | path

Searched refs:IsSafeMode (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Druntime.h811 bool IsSafeMode() const { in IsSafeMode() function
Druntime.cc2667 if (!IsSafeMode()) { in CreateJit()
2672 if (IsSafeMode()) { in CreateJit()
/art/runtime/jit/
Djit.cc1759 if (is_zygote || runtime->IsSafeMode()) { in PostForkChildAction()
Djit_code_cache.cc1954 if (is_zygote || Runtime::Current()->IsSafeMode()) { in PostForkChildAction()