Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc373 int interval = Trace::GetIntervalInMillis(); in ZygoteHooks_nativePostForkChild()
/art/runtime/
Dtrace.h524 static int GetIntervalInMillis() REQUIRES(!Locks::trace_lock_);
Dtrace.cc2002 int Trace::GetIntervalInMillis() { in GetIntervalInMillis() function in art::Trace