Searched refs:GetMethodTracingMode (Results 1 – 4 of 4) sorted by relevance
135 if (Trace::GetMethodTracingMode() != TracingMode::kTracingInactive) { in ZygoteHooks_nativePreFork()152 if (Trace::GetMethodTracingMode() != TracingMode::kTracingInactive) { in ZygoteHooks_nativePostForkChild()
129 return Trace::GetMethodTracingMode(); in VMDebug_getMethodTracingMode()
138 static TracingMode GetMethodTracingMode() LOCKS_EXCLUDED(Locks::trace_lock_);
459 if (GetMethodTracingMode() != kTracingInactive) { in Shutdown()557 TracingMode Trace::GetMethodTracingMode() { in GetMethodTracingMode() function in art::Trace