Searched refs:RolloverProtectedTickClock (Results 1 – 1 of 1) sorted by relevance
451 class RolloverProtectedTickClock V8_FINAL : public TickClock {455 RolloverProtectedTickClock() : last_seen_now_(0), rollover_ms_(1) {} in RolloverProtectedTickClock() function in v8::internal::V8_FINAL456 virtual ~RolloverProtectedTickClock() {} in ~RolloverProtectedTickClock()488 static LazyStaticInstance<RolloverProtectedTickClock,489 DefaultConstructTrait<RolloverProtectedTickClock>,