Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dstring.h607 static const int kMaxCharsSize = kMaxLength; variable
608 static const int kMaxSize = OBJECT_POINTER_ALIGN(kMaxCharsSize + kHeaderSize);
652 static const int kMaxCharsSize = kMaxLength * 2; variable
653 static const int kMaxSize = OBJECT_POINTER_ALIGN(kMaxCharsSize + kHeaderSize);
/external/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc823 __ Cmp(x11, SeqTwoByteString::kMaxCharsSize); in GetCode()
887 __ Cmp(x10, SeqTwoByteString::kMaxCharsSize); in GetCode()