Searched refs:thread_clock_diff (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | trace.cc | 239 uint32_t thread_clock_diff = 0; in CompareAndUpdateStackTrace() local 241 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff); in CompareAndUpdateStackTrace() 247 thread_clock_diff, wall_clock_diff); in CompareAndUpdateStackTrace() 262 thread_clock_diff, wall_clock_diff); in CompareAndUpdateStackTrace() 267 thread_clock_diff, wall_clock_diff); in CompareAndUpdateStackTrace() 739 uint32_t thread_clock_diff = 0; in MethodEntered() local 741 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff); in MethodEntered() 743 thread_clock_diff, wall_clock_diff); in MethodEntered() 752 uint32_t thread_clock_diff = 0; in MethodExited() local 754 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff); in MethodExited() [all …]
|
D | trace.h | 263 void ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint32_t* wall_clock_diff); 267 uint32_t thread_clock_diff, uint32_t wall_clock_diff)
|