Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h941 friend class DispatchTableConstructor;
1396 class DispatchTableConstructor: public NodeVisitor {
1398 DispatchTableConstructor(DispatchTable* table, bool ignore_case, in DispatchTableConstructor() function
Djsregexp.cc891 DispatchTableConstructor cons(table_, ignore_case, zone()); in GetTable()
6149 void DispatchTableConstructor::VisitEnd(EndNode* that) { in VisitEnd()
6154 void DispatchTableConstructor::BuildTable(ChoiceNode* node) { in BuildTable()
6167 explicit AddDispatchRange(DispatchTableConstructor* constructor) in AddDispatchRange()
6171 DispatchTableConstructor* constructor_;
6181 void DispatchTableConstructor::VisitChoice(ChoiceNode* node) { in VisitChoice()
6190 void DispatchTableConstructor::VisitBackReference(BackReferenceNode* that) { in VisitBackReference()
6197 void DispatchTableConstructor::VisitAssertion(AssertionNode* that) { in VisitAssertion()
6209 void DispatchTableConstructor::AddInverse(ZoneList<CharacterRange>* ranges) { in AddInverse()
6228 void DispatchTableConstructor::VisitText(TextNode* that) { in VisitText()
[all …]
/external/v8/test/cctest/
Dtest-regexp.cc1496 DispatchTableConstructor cons(&table, false, &zone); in TEST()
1512 DispatchTableConstructor cons(&table, false, &zone); in TEST()