Searched refs:ReadClocks (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | trace.cc | 510 ReadClocks(thread, &thread_clock_diff, ×tamp_counter); in CompareAndUpdateStackTrace() 1299 ReadClocks(thread, &thread_clock_diff, ×tamp_counter); in MethodEntered() 1309 ReadClocks(thread, &thread_clock_diff, ×tamp_counter); in MethodExited() 1316 ReadClocks(thread, &thread_clock_diff, ×tamp_counter); in MethodUnwind() 1343 void Trace::ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint64_t* timestamp_counter) { in ReadClocks() function in art::Trace
|
D | trace.h | 552 void ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint64_t* timestamp_counter);
|