Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.h67 static TracingMode GetMethodTracingMode() LOCKS_EXCLUDED(Locks::trace_lock_);
Dtrace.cc455 if (GetMethodTracingMode() != kTracingInactive) { in Shutdown()
460 TracingMode Trace::GetMethodTracingMode() { in GetMethodTracingMode() function in art::Trace
/art/runtime/native/
Ddalvik_system_VMDebug.cc118 return Trace::GetMethodTracingMode(); in VMDebug_getMethodTracingMode()