Home | History | Annotate | Download | only in mips

Lines Matching refs:kMinLength

3034   STATIC_CHECK(ExternalString::kMaxShortLength < ConsString::kMinLength);
3035 STATIC_CHECK(ExternalString::kMaxShortLength < SlicedString::kMinLength);
4230 __ Branch(&copy_routine, lt, a2, Operand(SlicedString::kMinLength));
4623 __ Branch(&string_add_flat_result, lt, t2, Operand(ConsString::kMinLength));
4703 STATIC_ASSERT(SlicedString::kMinLength >= ConsString::kMinLength);