Home
last modified time | relevance | path

Searched refs:kMaxCharsSize (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/objects/
Dstring.h531 static const int kMaxCharsSize = kMaxLength; variable
532 static const int kMaxSize = OBJECT_POINTER_ALIGN(kMaxCharsSize + kHeaderSize);
578 static const int kMaxCharsSize = kMaxLength * 2; variable
579 static const int kMaxSize = OBJECT_POINTER_ALIGN(kMaxCharsSize + kHeaderSize);
/external/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc789 __ Cmp(x11, SeqTwoByteString::kMaxCharsSize); in GetCode()
853 __ Cmp(x10, SeqTwoByteString::kMaxCharsSize); in GetCode()