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

  /external/v8/src/base/platform/
time.h 303 TimeTicks() : ticks_(0) {}
329 bool IsNull() const { return ticks_ == 0; }
337 return ticks_;
341 ticks_ = other.ticks_;
347 return TimeDelta::FromMicroseconds(ticks_ - other.ticks_);
352 ticks_ += delta.InMicroseconds();
356 ticks_ -= delta.InMicroseconds();
362 return TimeTicks(ticks_ + delta.InMicroseconds())
394 int64_t ticks_; member in class:v8::base::final
    [all...]
  /external/webrtc/webrtc/system_wrappers/include/
tick_util.h 71 int64_t ticks_; member in class:webrtc::TickTime
125 return TickInterval(lhs.ticks_ - rhs.ticks_);
130 time.ticks_ += ticks;
151 : ticks_(0) {
155 : ticks_(ticks) {
163 return ticks_;
167 ticks_ += ticks;
  /external/v8/tools/
tickprocessor.js 208 var ticks = this.ticks_ =
388 this.ticks_.total++;
389 if (vmState == TickProcessor.VmStates.GC) this.ticks_.gc++;
391 this.ticks_.excluded++;
445 ', (' + this.ticks_.total +
446 ' ticks, ' + this.ticks_.unaccounted + ' unaccounted, ' +
447 this.ticks_.excluded + ' excluded).');
449 if (this.ticks_.total == 0) return;
457 var totalTicks = this.ticks_.total;
459 totalTicks -= this.ticks_.unaccounted
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 8022 int ticks_; member in class:v8::internal::FunctionSorter
    [all...]

Completed in 226 milliseconds