Searched refs:kMaxCharsSize (Results 1 – 2 of 2) sorted by relevance
607 static const int kMaxCharsSize = kMaxLength; variable608 static const int kMaxSize = OBJECT_POINTER_ALIGN(kMaxCharsSize + kHeaderSize);652 static const int kMaxCharsSize = kMaxLength * 2; variable653 static const int kMaxSize = OBJECT_POINTER_ALIGN(kMaxCharsSize + kHeaderSize);
823 __ Cmp(x11, SeqTwoByteString::kMaxCharsSize); in GetCode()887 __ Cmp(x10, SeqTwoByteString::kMaxCharsSize); in GetCode()