Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc157 PROFILEABLE = 1 << 24, enumerator
249 runtime->SetProfileable((runtime_flags & PROFILEABLE) != 0); in EnableDebugFeatures()
250 runtime_flags &= ~PROFILEABLE; in EnableDebugFeatures()