Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc848 Runtime::Current()->IsSafeMode()); in MaybeCompileMethod()
1018 if (Runtime::Current()->IsSafeMode()) { in PostForkChildAction()
/art/runtime/
Druntime.h735 bool IsSafeMode() const { in IsSafeMode() function