Searched refs:PROFILEABLE (Results 1 – 4 of 4) sorted by relevance
156 PROFILEABLE = 1 << 24, enumerator249 runtime->SetProfileable((runtime_flags & PROFILEABLE) != 0); in EnableDebugFeatures()250 runtime_flags &= ~PROFILEABLE; in EnableDebugFeatures()
181 public static final int PROFILEABLE = 1 << 24; field in Zygote
348 PROFILEABLE = 1 << 24, enumerator
1917 runtimeFlags |= Zygote.PROFILEABLE;