Searched defs:thread_clock_diff (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dtrace.cc252 uint32_t thread_clock_diff = 0; local
254 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff);
260 thread_clock_diff, wall_clock_diff);
275 thread_clock_diff, wall_clock_diff);
280 thread_clock_diff, wall_clock_diff);
783 uint32_t thread_clock_diff = 0; local
785 ReadClocks(thread, &thread_clock_diff, &wall_clock_diff);
787 thread_clock_diff, wall_clock_diff);
795 uint32_t thread_clock_diff = 0; local
797 ReadClocks(thread, &thread_clock_diff,
806 uint32_t thread_clock_diff = 0; local
845 ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint32_t* wall_clock_diff) argument
928 LogMethodTraceEvent(Thread* thread, ArtMethod* method, instrumentation::Instrumentation::InstrumentationEvent event, uint32_t thread_clock_diff, uint32_t wall_clock_diff) argument
[all...]

Completed in 24 milliseconds