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

/external/v8/src/
H A Djsregexp.h1087 friend class DispatchTableConstructor;
1351 class DispatchTableConstructor: public NodeVisitor { class in namespace:v8::internal
1353 DispatchTableConstructor(DispatchTable* table, bool ignore_case) function in class:v8::internal::DispatchTableConstructor
H A Djsregexp.cc780 DispatchTableConstructor cons(table_, ignore_case);
5142 void DispatchTableConstructor::VisitEnd(EndNode* that) {
5147 void DispatchTableConstructor::BuildTable(ChoiceNode* node) {
5160 explicit AddDispatchRange(DispatchTableConstructor* constructor)
5164 DispatchTableConstructor* constructor_;
5174 void DispatchTableConstructor::VisitChoice(ChoiceNode* node) {
5183 void DispatchTableConstructor::VisitBackReference(BackReferenceNode* that) {
5190 void DispatchTableConstructor::VisitAssertion(AssertionNode* that) {
5202 void DispatchTableConstructor::AddInverse(ZoneList<CharacterRange>* ranges) {
5221 void DispatchTableConstructor
[all...]
/external/v8/test/cctest/
H A Dtest-regexp.cc1399 DispatchTableConstructor cons(&table, false);
1415 DispatchTableConstructor cons(&table, false);

Completed in 53 milliseconds