Home | History | Annotate | Download | only in src

Lines Matching refs:EndNode

699   EndNode* accept() { return accept_; }
713 EndNode* accept_;
749 accept_ = new EndNode(EndNode::ACCEPT);
1083 void EndNode::Emit(RegExpCompiler* compiler, Trace* trace) {
3285 void DotPrinter::VisitEnd(EndNode* that) {
4752 void Analysis::VisitEnd(EndNode* that) {
4945 // The first character set of an EndNode is unknowable. Just use the
5038 void DispatchTableConstructor::VisitEnd(EndNode* that) {