Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/
Dcpu.h125 bool has_jscvt() const { return has_jscvt_; } in has_jscvt()
178 bool has_jscvt_; variable
Dcpu.cc445 has_jscvt_(false), in CPU()
773 has_jscvt_ = in CPU()
780 has_jscvt_ = (hwcaps & HWCAP_JSCVT) != 0; in CPU()
785 has_jscvt_ = HasListItem(features, "jscvt"); in CPU()
790 has_jscvt_ = true; in CPU()