Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dstring.h745 static const int kMaxCharsSize = kMaxLength; variable
746 static const int kMaxSize = OBJECT_POINTER_ALIGN(kMaxCharsSize + kHeaderSize);
791 static const int kMaxCharsSize = kMaxLength * 2; variable
792 static const int kMaxSize = OBJECT_POINTER_ALIGN(kMaxCharsSize + kHeaderSize);
/third_party/node/deps/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc899 __ Cmp(x11, SeqTwoByteString::kMaxCharsSize); in GetCode()
964 __ Cmp(x10, SeqTwoByteString::kMaxCharsSize); in GetCode()