Home
last modified time | relevance | path

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

/art/runtime/jit/
Ddebugger_interface.cc178 uint64_t timestamp = std::max(descriptor.action_timestamp_ + 1, NanoTime()); in CreateJITCodeEntryInternal() local
214 uint64_t timestamp = std::max(descriptor.action_timestamp_ + 1, NanoTime()); in DeleteJITCodeEntryInternal() local
/art/tools/ahat/etc/
Dhprofdump.py140 timestamp = (readu4(hprof) << 32) | readu4(hprof) variable