Searched refs:ReadClocks (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | trace.cc | 254 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff); in CompareAndUpdateStackTrace() 785 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff); in MethodEntered() 797 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff); in MethodExited() 808 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff); in MethodUnwind() 845 void Trace::ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint32_t* wall_clock_diff) { in ReadClocks() function in art::Trace
|
D | trace.h | 231 void ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint32_t* wall_clock_diff);
|