HomeSort by relevance Sort by last modified time
    Searched defs:time_stamp_ (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
decoding_state.h 68 uint32_t time_stamp_; member in class:webrtc::VCMDecodingState
  /art/compiler/jit/
jit_logger.cc 122 uint64_t time_stamp_; // Timestamp when the header is generated member in struct:art::jit::PerfJitHeader
160 uint64_t time_stamp_; // Timestamp for the event. member in struct:art::jit::PerfJitBase
244 header.time_stamp_ = art::NanoTime(); // CLOCK_MONOTONIC clock is required.
284 jit_code.time_stamp_ = art::NanoTime(); // CLOCK_MONOTONIC clock is required.
  /external/v8/src/
perf-jit.cc 55 uint64_t time_stamp_; member in struct:v8::internal::PerfJitHeader
73 uint64_t time_stamp_; member in struct:v8::internal::PerfJitBase
232 code_load.time_stamp_ = GetTimestamp();
280 debug_info.time_stamp_ = GetTimestamp();
331 unwinding_info_header.time_stamp_ = GetTimestamp();
384 header.time_stamp_ =

Completed in 260 milliseconds