Lines Matching refs:mode_
105 mode_(mode), in RegExpMacroAssemblerPPC()
252 if (mode_ == LATIN1) { in CheckNotBackReferenceIgnoreCase()
313 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase()
402 if (mode_ == LATIN1) { in CheckNotBackReference()
408 DCHECK(mode_ == UC16); in CheckNotBackReference()
498 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable()
518 if (mode_ == LATIN1) { in CheckSpecialCharacterClass()
556 if (mode_ == UC16) { in CheckSpecialCharacterClass()
572 if (mode_ == LATIN1) { in CheckSpecialCharacterClass()
588 if (mode_ != LATIN1) { in CheckSpecialCharacterClass()
602 if (mode_ != LATIN1) { in CheckSpecialCharacterClass()
612 if (mode_ != LATIN1) { in CheckSpecialCharacterClass()
719 if (mode_ == UC16) { in GetCode()
781 if (mode_ == UC16) { in GetCode()
799 if (mode_ == UC16) { in GetCode()
849 Operand((mode_ == UC16) ? 2 : 1)); in GetCode()
1283 if (mode_ == LATIN1) { in LoadCurrentCharacterUnchecked()
1286 DCHECK(mode_ == UC16); in LoadCurrentCharacterUnchecked()