Searched refs:thread_clock_diff (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | trace.cc | 250 uint32_t thread_clock_diff = 0; in CompareAndUpdateStackTrace() local 252 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff); in CompareAndUpdateStackTrace() 258 thread_clock_diff, wall_clock_diff); in CompareAndUpdateStackTrace() 273 thread_clock_diff, wall_clock_diff); in CompareAndUpdateStackTrace() 278 thread_clock_diff, wall_clock_diff); in CompareAndUpdateStackTrace() 775 uint32_t thread_clock_diff = 0; in MethodEntered() local 777 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff); in MethodEntered() 779 thread_clock_diff, wall_clock_diff); in MethodEntered() 785 uint32_t thread_clock_diff = 0; in MethodExited() local 787 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff); in MethodExited() [all …]
|
D | trace.h | 208 void ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint32_t* wall_clock_diff); 212 uint32_t thread_clock_diff, uint32_t wall_clock_diff)
|