Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h967 friend class DispatchTableConstructor;
1418 class DispatchTableConstructor: public NodeVisitor {
1420 DispatchTableConstructor(DispatchTable* table, bool ignore_case, in DispatchTableConstructor() function
Djsregexp.cc864 DispatchTableConstructor cons(table_, ignore_case, zone()); in GetTable()
6490 void DispatchTableConstructor::VisitEnd(EndNode* that) { in VisitEnd()
6495 void DispatchTableConstructor::BuildTable(ChoiceNode* node) { in BuildTable()
6508 explicit AddDispatchRange(DispatchTableConstructor* constructor) in AddDispatchRange()
6512 DispatchTableConstructor* constructor_;
6521 void DispatchTableConstructor::VisitChoice(ChoiceNode* node) { in VisitChoice()
6530 void DispatchTableConstructor::VisitBackReference(BackReferenceNode* that) { in VisitBackReference()
6537 void DispatchTableConstructor::VisitAssertion(AssertionNode* that) { in VisitAssertion()
6549 void DispatchTableConstructor::AddInverse(ZoneList<CharacterRange>* ranges) { in AddInverse()
6568 void DispatchTableConstructor::VisitText(TextNode* that) { in VisitText()
[all …]