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.h106 return has_non_stop_time_stamp_counter_; in has_non_stop_time_stamp_counter()
180 bool has_non_stop_time_stamp_counter_; variable
Dcpu.cc447 has_non_stop_time_stamp_counter_(false), in CPU()
554 has_non_stop_time_stamp_counter_ = (cpu_info[3] & (1 << 8)) != 0; in CPU()
564 if (!has_non_stop_time_stamp_counter_ && is_running_in_vm_) { in CPU()
577 has_non_stop_time_stamp_counter_ = true; in CPU()
765 has_non_stop_time_stamp_counter_ = true; in CPU()