Home
last modified time | relevance | path

Searched refs:GetMethodTracingMode (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dtrace.h167 static TracingMode GetMethodTracingMode() REQUIRES(!Locks::trace_lock_);
Dtrace.cc527 if (GetMethodTracingMode() != kTracingInactive) { in Shutdown()
532 TracingMode Trace::GetMethodTracingMode() { in GetMethodTracingMode() function in art::Trace
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc352 if (Trace::GetMethodTracingMode() != TracingMode::kTracingInactive) { in ZygoteHooks_nativePostForkChild()
Ddalvik_system_VMDebug.cc157 return Trace::GetMethodTracingMode(); in VMDebug_getMethodTracingMode()