Home
last modified time | relevance | path

Searched refs:kMaxUInt16 (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/regexp/
Dregexp-macro-assembler.cc121 DCHECK_IMPLIES(c > kMaxUInt16, c == String::kMaxCodePoint); in MaskEndOfRangeMarker()
127 return MaskEndOfRangeMarker(ranges->at(ranges_length - 1).to()) == kMaxUInt16 in RangeArrayLengthFor()
154 DCHECK_LE(r.from(), kMaxUInt16); in MakeRangeArray()
157 if (i == ranges_length - 1 && to == kMaxUInt16) { in MakeRangeArray()
161 DCHECK_LT(to, kMaxUInt16); in MakeRangeArray()
/third_party/node/deps/v8/src/objects/
Dshared-function-info.h665 static const int kMaximumFunctionTokenOffset = kMaxUInt16 - 1;
/third_party/node/deps/v8/src/diagnostics/
Deh-frame.cc266 } else if (factored_delta <= kMaxUInt16) { in AdvanceLocation()
/third_party/node/deps/v8/src/interpreter/
Dbytecodes.h1010 } else if (value <= kMaxUInt16) { in ScaleForUnsignedOperand()
1021 } else if (value <= kMaxUInt16) { in SizeForUnsignedOperand()
Dbytecode-array-builder.cc236 return value <= kMaxUInt16; in IsValid()
/third_party/node/deps/v8/src/common/
Dglobals.h201 constexpr int kMaxUInt16 = (1 << 16) - 1; variable
/third_party/node/deps/v8/src/execution/ppc/
Dsimulator-ppc.cc4957 VectorPackSaturate<int32_t, uint16_t>(this, instr, 0, kMaxUInt16); in ExecuteGeneric()
4993 VECTOR_ADD_SUB_SATURATE(int32_t, uint16_t, +, 0, kMaxUInt16) in ExecuteGeneric()
4997 VECTOR_ADD_SUB_SATURATE(int32_t, uint16_t, -, 0, kMaxUInt16) in ExecuteGeneric()
/third_party/node/deps/v8/src/compiler/
Dtyper.cc1632 return Type::Union(Type::Range(0, kMaxUInt16, t->zone()), Type::NaN(), in JSCallTyper()