Home
last modified time | relevance | path

Searched defs:one_byte (Results 1 – 9 of 9) sorted by relevance

/third_party/node/benchmark/buffers/
Dbuffer-bytelength-string.js13 one_byte: 'hello brendan!!!', property
/third_party/node/deps/v8/src/regexp/
Dregexp-compiler.cc177 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
Dregexp-compiler.h537 inline bool one_byte() { return one_byte_; } in one_byte() function
/third_party/node/deps/v8/src/strings/
Dstring-builder.cc58 int array_length, bool* one_byte) { in StringBuilderConcatLength()
Duri.cc352 bool one_byte = true; in UnescapeSlow() local
/third_party/node/deps/v8/src/objects/
Djs-regexp.cc374 bool one_byte = String::IsOneByteRepresentationUnderneath(*source); in EscapeRegExpSource() local
Dstring.cc158 bool one_byte) { in ComputeThinStringMap()
/third_party/node/deps/v8/src/runtime/
Druntime-strings.cc225 bool one_byte = special->IsOneByteRepresentation(); in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/heap/
Dfactory-base.cc785 int length, bool one_byte, in NewConsString()