Searched refs:GetMethodTracingMode (Results 1 – 4 of 4) sorted by relevance
248 if (Trace::GetMethodTracingMode() != TracingMode::kTracingInactive) { in ZygoteHooks_nativePreFork()269 if (Trace::GetMethodTracingMode() != TracingMode::kTracingInactive) { in ZygoteHooks_nativePostForkChild()
136 return Trace::GetMethodTracingMode(); in VMDebug_getMethodTracingMode()
132 static TracingMode GetMethodTracingMode() REQUIRES(!Locks::trace_lock_);
469 if (GetMethodTracingMode() != kTracingInactive) { in Shutdown()574 TracingMode Trace::GetMethodTracingMode() { in GetMethodTracingMode() function in art::Trace