Searched refs:kMaxCharsSize (Results 1 – 2 of 2) sorted by relevance
745 static const int kMaxCharsSize = kMaxLength; variable746 static const int kMaxSize = OBJECT_POINTER_ALIGN(kMaxCharsSize + kHeaderSize);791 static const int kMaxCharsSize = kMaxLength * 2; variable792 static const int kMaxSize = OBJECT_POINTER_ALIGN(kMaxCharsSize + kHeaderSize);
899 __ Cmp(x11, SeqTwoByteString::kMaxCharsSize); in GetCode()964 __ Cmp(x10, SeqTwoByteString::kMaxCharsSize); in GetCode()