Home | History | Annotate | Download | only in regexp

Lines Matching defs:one_byte

973   inline bool one_byte() { return one_byte_; }
1033 bool one_byte)
1039 one_byte_(one_byte),
1605 bool one_byte = compiler->one_byte();
1607 int length = GetCaseIndependentLetters(isolate, c, one_byte, chars);
1617 if (one_byte && c > String::kMaxOneByteCharCodeU) {
1632 bool one_byte, uc16 c1, uc16 c2,
1635 if (one_byte) {
1686 bool one_byte = compiler->one_byte();
1688 int length = GetCaseIndependentLetters(isolate, c, one_byte, chars);
1699 if (ShortCutEmitCharacterPair(macro_assembler, one_byte, chars[0],
2074 RegExpCharacterClass* cc, bool one_byte,
2081 if (one_byte) {
2397 if (!details->Rationalize(compiler->one_byte())) return false;
2424 if (compiler->one_byte()) {
2436 if (details->characters() == 2 && compiler->one_byte()) {
2438 } else if (details->characters() == 1 && !compiler->one_byte()) {
2481 if (compiler->one_byte()) {
2497 compiler->one_byte(), chars);
2638 void QuickCheckDetails::Advance(int by, bool one_byte) {
2970 if (!compiler->one_byte()) {
3169 bool one_byte = compiler->one_byte();
3193 DCHECK(one_byte);
3226 EmitCharClass(assembler, cc, one_byte, backtrack, cp_offset,
3296 if (compiler->one_byte()) {
3344 quick_check_performed_.Advance(by, compiler->one_byte());
3396 if (compiler->one_byte()) {
3474 bool one_byte = compiler->one_byte();
3475 if (one_byte) {
3602 if (compiler->one_byte()) {
3672 (compiler_->one_byte() ? remembered_from <= 4 : remembered_from <= 2));
3886 EatsAtLeast(compiler->one_byte() ? 4 : 2, kRecursionBudget,
4347 if (IsUnicode(flags_) && !compiler->one_byte()) {
4885 DCHECK(!compiler->one_byte());
5083 if (IsUnicode(flags_) && !compiler->one_byte() &&