Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc244 uint32_t thread_clock_diff = 0; in CompareAndUpdateStackTrace() local
787 uint32_t thread_clock_diff = 0; in MethodEntered() local
797 uint32_t thread_clock_diff = 0; in MethodExited() local
806 uint32_t thread_clock_diff = 0; in MethodUnwind() local
834 void Trace::ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint32_t* wall_clock_diff) { in ReadClocks()
917 uint32_t thread_clock_diff, uint32_t wall_clock_diff) { in LogMethodTraceEvent()