Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc510 ReadClocks(thread, &thread_clock_diff, &timestamp_counter); in CompareAndUpdateStackTrace()
1299 ReadClocks(thread, &thread_clock_diff, &timestamp_counter); in MethodEntered()
1309 ReadClocks(thread, &thread_clock_diff, &timestamp_counter); in MethodExited()
1316 ReadClocks(thread, &thread_clock_diff, &timestamp_counter); in MethodUnwind()
1343 void Trace::ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint64_t* timestamp_counter) { in ReadClocks() function in art::Trace
Dtrace.h552 void ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint64_t* timestamp_counter);