Home
last modified time | relevance | path

Searched defs:timestamp_counter (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dtrace.cc509 uint64_t timestamp_counter = 0; in CompareAndUpdateStackTrace() local
1298 uint64_t timestamp_counter = 0; in MethodEntered() local
1308 uint64_t timestamp_counter = 0; in MethodExited() local
1315 uint64_t timestamp_counter = 0; in MethodUnwind() local
1343 void Trace::ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint64_t* timestamp_counter) { in ReadClocks()
1852 uint64_t timestamp_counter) { in LogMethodTraceEvent()