Home
last modified time | relevance | path

Searched refs:DispatchTableConstructor (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/regexp/
Djsregexp.h934 friend class DispatchTableConstructor;
1389 class DispatchTableConstructor: public NodeVisitor {
1391 DispatchTableConstructor(DispatchTable* table, bool ignore_case, in DispatchTableConstructor() function
Djsregexp.cc911 DispatchTableConstructor cons(table_, ignore_case, zone()); in GetTable()
6472 void DispatchTableConstructor::VisitEnd(EndNode* that) { in VisitEnd()
6477 void DispatchTableConstructor::BuildTable(ChoiceNode* node) { in BuildTable()
6490 explicit AddDispatchRange(DispatchTableConstructor* constructor) in AddDispatchRange()
6494 DispatchTableConstructor* constructor_;
6503 void DispatchTableConstructor::VisitChoice(ChoiceNode* node) { in VisitChoice()
6512 void DispatchTableConstructor::VisitBackReference(BackReferenceNode* that) { in VisitBackReference()
6519 void DispatchTableConstructor::VisitAssertion(AssertionNode* that) { in VisitAssertion()
6531 void DispatchTableConstructor::AddInverse(ZoneList<CharacterRange>* ranges) { in AddInverse()
6550 void DispatchTableConstructor::VisitText(TextNode* that) { in VisitText()
[all …]