• Home
  • Raw
  • Download

Lines Matching refs:one_byte

1028   inline bool one_byte() { return one_byte_; }  in one_byte()  function in v8::internal::RegExpCompiler
1074 bool one_byte, Zone* zone) in RegExpCompiler() argument
1079 one_byte_(one_byte), in RegExpCompiler()
1644 bool one_byte = compiler->one_byte(); in EmitAtomNonLetter() local
1646 int length = GetCaseIndependentLetters(isolate, c, one_byte, chars); in EmitAtomNonLetter()
1656 if (one_byte && c > String::kMaxOneByteCharCodeU) { in EmitAtomNonLetter()
1671 bool one_byte, uc16 c1, uc16 c2, in ShortCutEmitCharacterPair() argument
1674 if (one_byte) { in ShortCutEmitCharacterPair()
1725 bool one_byte = compiler->one_byte(); in EmitAtomLetter() local
1727 int length = GetCaseIndependentLetters(isolate, c, one_byte, chars); in EmitAtomLetter()
1738 if (ShortCutEmitCharacterPair(macro_assembler, one_byte, chars[0], in EmitAtomLetter()
2116 RegExpCharacterClass* cc, bool one_byte, in EmitCharClass() argument
2125 if (one_byte) { in EmitCharClass()
2456 if (!details->Rationalize(compiler->one_byte())) return false; in EmitQuickCheck()
2483 if (compiler->one_byte()) { in EmitQuickCheck()
2493 if (details->characters() == 2 && compiler->one_byte()) { in EmitQuickCheck()
2495 } else if (details->characters() == 1 && !compiler->one_byte()) { in EmitQuickCheck()
2535 if (compiler->one_byte()) { in GetQuickCheckDetails()
2562 compiler->one_byte(), chars); in GetQuickCheckDetails()
2691 void QuickCheckDetails::Advance(int by, bool one_byte) { in Advance() argument
3035 if (!compiler->one_byte()) { in EmitHat()
3233 bool one_byte = compiler->one_byte(); in TextEmitPass() local
3248 DCHECK(one_byte); in TextEmitPass()
3283 EmitCharClass(assembler, cc, one_byte, backtrack, cp_offset, in TextEmitPass()
3325 if (compiler->one_byte()) { in Emit()
3383 quick_check_performed_.Advance(by, compiler->one_byte()); in AdvanceCurrentPositionInTrace()
3433 if (compiler->one_byte()) { in GetSuccessorOfOmnivorousTextNode()
3510 bool one_byte = compiler->one_byte(); in CalculatePreloadCharacters() local
3511 if (one_byte) { in CalculatePreloadCharacters()
3637 if (compiler->one_byte()) { in BoyerMooreLookahead()
3707 (compiler_->one_byte() ? remembered_from <= 4 : remembered_from <= 2)); in FindBestInterval()
3921 EatsAtLeast(compiler->one_byte() ? 4 : 2, kRecursionBudget, in SetUpPreLoad()