Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc135 if (Trace::GetMethodTracingMode() != TracingMode::kTracingInactive) { in ZygoteHooks_nativePreFork()
152 if (Trace::GetMethodTracingMode() != TracingMode::kTracingInactive) { in ZygoteHooks_nativePostForkChild()
Ddalvik_system_VMDebug.cc129 return Trace::GetMethodTracingMode(); in VMDebug_getMethodTracingMode()
/art/runtime/
Dtrace.h138 static TracingMode GetMethodTracingMode() LOCKS_EXCLUDED(Locks::trace_lock_);
Dtrace.cc459 if (GetMethodTracingMode() != kTracingInactive) { in Shutdown()
557 TracingMode Trace::GetMethodTracingMode() { in GetMethodTracingMode() function in art::Trace