Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dutils.h429 kMaxModulusLog2) // NOLINT(runtime/explicit)
431 modulus_log_2_(std::min(modulus_log_2, kMaxModulusLog2)) { in value_()
432 if (modulus_log_2_ < kMaxModulusLog2) { in value_()
443 if (modulus_log_2_ == kMaxModulusLog2) return value_; in SingleValue()
481 DCHECK_LT(AlignmentLog2(), kMaxModulusLog2); in Alignment()
494 static const size_t kMaxModulusLog2 = 8 * sizeof(size_t); variable
Dutils.cc386 const size_t ResidueClass::kMaxModulusLog2; member in v8::internal::torque::ResidueClass