Home
last modified time | relevance | path

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

/art/runtime/jit/
Ddebugger_interface.cc119 uint64_t action_timestamp_ = 1; // CLOCK_MONOTONIC time of last action. member
178 uint64_t timestamp = std::max(descriptor.action_timestamp_ + 1, NanoTime()); in CreateJITCodeEntryInternal()
197 descriptor.action_timestamp_ = timestamp; in CreateJITCodeEntryInternal()
214 uint64_t timestamp = std::max(descriptor.action_timestamp_ + 1, NanoTime()); in DeleteJITCodeEntryInternal()
229 descriptor.action_timestamp_ = timestamp; in DeleteJITCodeEntryInternal()