Home
last modified time | relevance | path

Searched refs:CHAR_CLASS (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/regexp/
Dregexp-dotprinter.cc140 case TextElement::CHAR_CLASS: { in VisitText()
Dregexp-ast.h168 enum TextType { ATOM, CHAR_CLASS }; enumerator
187 DCHECK(text_type() == CHAR_CLASS); in char_class()
Dregexp-compiler.cc215 return TextElement(CHAR_CLASS, char_class); in CharClass()
223 case CHAR_CLASS: in length()
1853 DCHECK(elm.text_type() == TextElement::CHAR_CLASS); in FilterOneByte()
2347 DCHECK_EQ(TextElement::CHAR_CLASS, elm.text_type()); in TextEmitPass()
2478 if (elm.text_type() == TextElement::CHAR_CLASS) { in MakeCaseIndependent()
2505 if (elm.text_type() != TextElement::CHAR_CLASS) return nullptr; in GetSuccessorOfOmnivorousTextNode()
3781 DCHECK_EQ(TextElement::CHAR_CLASS, text.text_type()); in FillInBMInfo()