Searched refs:TracingMode (Results 1 – 3 of 3) sorted by relevance
273 if (Trace::GetMethodTracingMode() != TracingMode::kTracingInactive) { in ZygoteHooks_nativePreFork()320 if (Trace::GetMethodTracingMode() != TracingMode::kTracingInactive) { in ZygoteHooks_nativePostForkChild()
49 enum TracingMode { enum133 static TracingMode GetMethodTracingMode() REQUIRES(!Locks::trace_lock_);
580 TracingMode Trace::GetMethodTracingMode() { in GetMethodTracingMode()