Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/
Dcpu.h104 bool has_cetss() const { return has_cetss_; } in has_cetss()
163 bool has_cetss_; variable
Dcpu.cc506 has_cetss_ = (cpu_info7[2] & 0x00000080) != 0; in CPU()