Home
last modified time | relevance | path

Searched refs:ReadClocks (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dtrace.cc241 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff); in CompareAndUpdateStackTrace()
741 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff); in MethodEntered()
754 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff); in MethodExited()
768 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff); in MethodUnwind()
796 void Trace::ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint32_t* wall_clock_diff) { in ReadClocks() function in art::Trace
Dtrace.h263 void ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint32_t* wall_clock_diff);