HomeSort by relevance Sort by last modified time
    Searched refs:Ticks (Results 1 - 13 of 13) sorted by null

  /external/v8/src/
counters.cc 53 start_time_ = OS::Ticks();
60 stop_time_ = OS::Ticks();
71 start_time_ = OS::Ticks();
78 stop_time_ = OS::Ticks();
platform-nullos.cc 111 // Returns ticks in microsecond resolution.
112 int64_t OS::Ticks() {
platform.h 134 static int64_t Ticks();
261 // Support for the profiler. Can do nothing, in which case ticks
platform-posix.cc 187 int64_t OS::Ticks() {
compiler.cc 160 double ms = static_cast<double>(OS::Ticks() - start) / 1000;
261 int64_t start = OS::Ticks();
platform-macos.cc 99 uint64_t seed = Ticks() ^ (getpid() << 16);
deoptimizer.cc 531 int64_t start = OS::Ticks();
590 double ms = static_cast<double>(OS::Ticks() - start) / 1000;
    [all...]
platform-linux.cc 84 uint64_t seed = Ticks() ^ (getpid() << 16);
541 // PROT_EXEC so that analysis tools can properly attribute ticks. We
    [all...]
platform-openbsd.cc 105 uint64_t seed = Ticks() ^ (getpid() << 16);
343 // PROT_EXEC so that analysis tools can properly attribute ticks. We
platform-win32.cc 615 int64_t OS::Ticks() {
    [all...]
hydrogen.cc     [all...]
  /external/webrtc/src/system_wrappers/interface/
tick_util.h 47 WebRtc_Word64 Ticks() const;
51 static WebRtc_Word64 TicksToMilliseconds(const WebRtc_Word64 ticks);
53 // Returns a TickTime that is ticks later than the passed TickTime
54 friend TickTime operator+(const TickTime lhs, const WebRtc_Word64 ticks);
58 // Returns a TickInterval that is the difference in ticks beween rhs and lhs
112 inline TickTime operator+(const TickTime lhs, const WebRtc_Word64 ticks)
115 time._ticks += ticks;
237 inline WebRtc_Word64 TickTime::Ticks() const
259 inline WebRtc_Word64 TickTime::TicksToMilliseconds(const WebRtc_Word64 ticks)
265 return (ticks * 1000) / qpfreq.QuadPart
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]

Completed in 564 milliseconds