Home
last modified time | relevance | path

Searched defs:thread_clock_diff (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dtrace.cc243 uint32_t thread_clock_diff = 0; in CompareAndUpdateStackTrace() local
769 uint32_t thread_clock_diff = 0; in MethodEntered() local
779 uint32_t thread_clock_diff = 0; in MethodExited() local
788 uint32_t thread_clock_diff = 0; in MethodUnwind() local
807 void Trace::ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint32_t* wall_clock_diff) { in ReadClocks()
890 uint32_t thread_clock_diff, uint32_t wall_clock_diff) { in LogMethodTraceEvent()