Home | History | Annotate | Download | only in src

Lines Matching refs:kMaxLength

1641   static const int kMaxLength = (kMaxSize - kHeaderSize) / kPointerSize;
1959 (FixedArray::kMaxLength - kElementsStartOffset) / kEntrySize;
2342 static const int kMaxLength = kMaxSize - kHeaderSize;
2379 static const int kMaxLength = 0x3fffffff;
2412 static const int kMaxLength = 0x3fffffff;
3941 static const int kMaxLength = (1 << (32 - 2)) - 1;
4064 // Q.v. String::kMaxLength which is the maximal size of concatenated strings.
4065 static const int kMaxLength = (kMaxSize - kHeaderSize);
4116 // Q.v. String::kMaxLength which is the maximal size of concatenated strings.
4117 static const int kMaxLength = (kMaxSize - kHeaderSize) / sizeof(uint16_t);