Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc1681 uint64_t high_timestamp = method_trace_entries[record_index++]; in ReadValuesFromRecord() local
1682 timestamp = (high_timestamp << 32 | timestamp); in ReadValuesFromRecord()