Searched refs:GetMethodTracingMode (Results 1 – 4 of 4) sorted by relevance
368 if (Trace::GetMethodTracingMode() != TracingMode::kTracingInactive) { in ZygoteHooks_nativePostForkChild()
149 return Trace::GetMethodTracingMode(); in VMDebug_getMethodTracingMode()
452 static TracingMode GetMethodTracingMode() REQUIRES(!Locks::trace_lock_);
1009 if (GetMethodTracingMode() != kTracingInactive) { in Shutdown()1014 TracingMode Trace::GetMethodTracingMode() { in GetMethodTracingMode() function in art::Trace