Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h828 bool IsSafeMode() const { in IsSafeMode() function
Druntime.cc2898 if (!IsSafeMode()) { in CreateJit()
2903 if (IsSafeMode()) { in CreateJit()
/art/runtime/jit/
Djit.cc1689 if (is_zygote || runtime->IsSafeMode()) { in PostForkChildAction()
Djit_code_cache.cc1810 if (is_zygote || Runtime::Current()->IsSafeMode()) { in PostForkChildAction()