Searched refs:kMaxUInt8 (Results 1 – 8 of 8) sorted by relevance
51 STATIC_ASSERT(static_cast<uint32_t>(IntrinsicId::kIdCount) <= kMaxUInt8);
94 static const int kDispatchTableSize = kNumberOfWideVariants * (kMaxUInt8 + 1);
893 if (value <= kMaxUInt8) { in ScaleForUnsignedOperand()904 if (value <= kMaxUInt8) { in SizeForUnsignedOperand()
194 return value <= kMaxUInt8; in IsValid()
93 DCHECK_LE(b, kMaxUInt8); in PutSection()
262 } else if (factored_delta <= kMaxUInt8) { in AdvanceLocation()
116 constexpr int kMaxUInt8 = (1 << 8) - 1; variable
14305 STATIC_ASSERT(JSObject::kMaxInObjectProperties <= kMaxUInt8); in SetExpectedNofPropertiesFromEstimate()14306 estimate = std::min(estimate, kMaxUInt8); in SetExpectedNofPropertiesFromEstimate()