Home | History | Annotate | Download | only in regexp

Lines Matching refs:one_byte

1022   inline bool one_byte() { return one_byte_; }
1083 JSRegExp::Flags flags, bool one_byte)
1090 one_byte_(one_byte),
1665 bool one_byte = compiler->one_byte();
1667 int length = GetCaseIndependentLetters(isolate, c, one_byte, chars);
1677 if (one_byte && c > String::kMaxOneByteCharCodeU) {
1692 bool one_byte, uc16 c1, uc16 c2,
1695 if (one_byte) {
1746 bool one_byte = compiler->one_byte();
1748 int length = GetCaseIndependentLetters(isolate, c, one_byte, chars);
1759 if (ShortCutEmitCharacterPair(macro_assembler, one_byte, chars[0],
2135 RegExpCharacterClass* cc, bool one_byte,
2142 if (one_byte) {
2463 if (!details->Rationalize(compiler->one_byte())) return false;
2490 if (compiler->one_byte()) {
2502 if (details->characters() == 2 && compiler->one_byte()) {
2504 } else if (details->characters() == 1 && !compiler->one_byte()) {
2547 if (compiler->one_byte()) {
2563 compiler->one_byte(), chars);
2703 void QuickCheckDetails::Advance(int by, bool one_byte) {
3045 if (!compiler->one_byte()) {
3244 bool one_byte = compiler->one_byte();
3260 DCHECK(one_byte);
3293 EmitCharClass(assembler, cc, one_byte, backtrack, cp_offset,
3365 if (compiler->one_byte()) {
3425 quick_check_performed_.Advance(by, compiler->one_byte());
3468 if (compiler->one_byte()) {
3545 bool one_byte = compiler->one_byte();
3546 if (one_byte) {
3674 if (compiler->one_byte()) {
3744 (compiler_->one_byte() ? remembered_from <= 4 : remembered_from <= 2));
3958 EatsAtLeast(compiler->one_byte() ? 4 : 2, kRecursionBudget,
4421 if (compiler->unicode() && !compiler->one_byte()) {
4959 DCHECK(!compiler->one_byte());
5137 ranges, compiler->one_byte());
5151 if (compiler->unicode() && !compiler->one_byte()) {