Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dtrace.cc473 uint64_t timestamp_counter = 0; in CompareAndUpdateStackTrace() local
1309 uint64_t timestamp_counter = 0; in MethodEntered() local
1319 uint64_t timestamp_counter = 0; in MethodExited() local
1326 uint64_t timestamp_counter = 0; in MethodUnwind() local
1354 void Trace::ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint64_t* timestamp_counter) { in ReadClocks()
1848 uint64_t timestamp_counter) { in LogMethodTraceEvent()