Lines Matching refs:EndNode
811 EndNode* accept() { return accept_; }
831 EndNode* accept_;
869 accept_ = new EndNode(EndNode::ACCEPT);
1219 void EndNode::Emit(RegExpCompiler* compiler, Trace* trace) {
3468 void DotPrinter::VisitEnd(EndNode* that) {
4848 void Analysis::VisitEnd(EndNode* that) {
5040 // The first character set of an EndNode is unknowable. Just use the
5142 void DispatchTableConstructor::VisitEnd(EndNode* that) {