Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h879 bool IsSafeMode() const { in IsSafeMode() function
Druntime.cc2986 if (IsSafeMode()) { in CreateJit()
/art/runtime/jit/
Djit.cc1535 if (is_zygote || runtime->IsSafeMode()) { in PostForkChildAction()
Djit_code_cache.cc1814 if (is_zygote || runtime->IsSafeMode()) { in PostForkChildAction()