Searched defs:one_byte (Results 1 – 9 of 9) sorted by relevance
| /third_party/node/benchmark/buffers/ |
| D | buffer-bytelength-string.js | 13 one_byte: 'hello brendan!!!', property
|
| /third_party/node/deps/v8/src/regexp/ |
| D | regexp-compiler.cc | 177 constexpr base::uc32 MaxCodeUnit(const bool one_byte) { in MaxCodeUnit() 185 constexpr uint32_t CharMask(const bool one_byte) { in CharMask() 241 RegExpFlags flags, bool one_byte) in RegExpCompiler() 834 bool one_byte = compiler->one_byte(); in EmitAtomNonLetter() local 860 bool one_byte, base::uc16 c1, base::uc16 c2, in ShortCutEmitCharacterPair() 894 bool one_byte = compiler->one_byte(); in EmitAtomLetter() local 1219 RegExpCharacterClass* cc, bool one_byte, Label* on_failure, in EmitCharClass() 1741 void QuickCheckDetails::Advance(int by, bool one_byte) { in Advance() 2338 bool one_byte = compiler->one_byte(); in TextEmitPass() local 2641 bool one_byte = compiler->one_byte(); in CalculatePreloadCharacters() local
|
| D | regexp-compiler.h | 537 inline bool one_byte() { return one_byte_; } in one_byte() function
|
| /third_party/node/deps/v8/src/strings/ |
| D | string-builder.cc | 58 int array_length, bool* one_byte) { in StringBuilderConcatLength()
|
| D | uri.cc | 352 bool one_byte = true; in UnescapeSlow() local
|
| /third_party/node/deps/v8/src/objects/ |
| D | js-regexp.cc | 374 bool one_byte = String::IsOneByteRepresentationUnderneath(*source); in EscapeRegExpSource() local
|
| D | string.cc | 158 bool one_byte) { in ComputeThinStringMap()
|
| /third_party/node/deps/v8/src/runtime/ |
| D | runtime-strings.cc | 225 bool one_byte = special->IsOneByteRepresentation(); in RUNTIME_FUNCTION() local
|
| /third_party/node/deps/v8/src/heap/ |
| D | factory-base.cc | 785 int length, bool one_byte, in NewConsString()
|