Home | History | Annotate | Download | only in src

Lines Matching refs:kMaxValue

255     return lower_ >= Smi::kMinValue && upper_ <= Smi::kMaxValue;
259 upper_ = Min(upper_, Smi::kMaxValue);
6078 STATIC_ASSERT(String::kMaxLength <= Smi::kMaxValue);