Searched refs:ticks_ (Results 1 – 3 of 3) sorted by relevance
300 TimeTicks() : ticks_(0) {} in TimeTicks()326 bool IsNull() const { return ticks_ == 0; } in IsNull()334 return ticks_; in ToInternalValue()338 ticks_ = other.ticks_;344 return TimeDelta::FromMicroseconds(ticks_ - other.ticks_);349 ticks_ += delta.InMicroseconds();353 ticks_ -= delta.InMicroseconds();359 return TimeTicks(ticks_ + delta.InMicroseconds());362 return TimeTicks(ticks_ - delta.InMicroseconds());367 return ticks_ == other.ticks_;[all …]
202 var ticks = this.ticks_ =381 this.ticks_.total++;382 if (vmState == TickProcessor.VmStates.GC) this.ticks_.gc++;384 this.ticks_.excluded++;438 ', (' + this.ticks_.total +439 ' ticks, ' + this.ticks_.unaccounted + ' unaccounted, ' +440 this.ticks_.excluded + ' excluded).');442 if (this.ticks_.total == 0) return;450 var totalTicks = this.ticks_.total;452 totalTicks -= this.ticks_.unaccounted;[all …]
7491 : index_(index), ticks_(ticks), size_(size) {} in FunctionSorter()7494 int ticks() const { return ticks_; } in ticks()7499 int ticks_; member in v8::internal::FunctionSorter