Home
last modified time | relevance | path

Searched refs:has_non_stop_time_stamp_counter (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/base/
Dcpu.h105 bool has_non_stop_time_stamp_counter() const { in has_non_stop_time_stamp_counter() function
/third_party/node/deps/v8/src/base/platform/
Dtime.cc667 if (ticks_per_sec.QuadPart <= 0 || !cpu.has_non_stop_time_stamp_counter()) { in InitializeTimeTicksNowFunctionPointer()
820 static bool is_supported = base::CPU().has_non_stop_time_stamp_counter(); in IsSupportedWin()