Home
last modified time | relevance | path

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

/external/v8/src/
Djsregexp.h973 class EndNode: public RegExpNode {
976 explicit EndNode(Action action) : action_(action) { } in EndNode() function
989 virtual EndNode* Clone() { return new EndNode(*this); } in Clone()
995 class NegativeSubmatchSuccess: public EndNode {
1001 : EndNode(NEGATIVE_SUBMATCH_SUCCESS), in NegativeSubmatchSuccess()
Djsregexp.cc811 EndNode* accept() { return accept_; } in accept()
831 EndNode* accept_;
869 accept_ = new EndNode(EndNode::ACCEPT); in RegExpCompiler()
1219 void EndNode::Emit(RegExpCompiler* compiler, Trace* trace) { in Emit()
3468 void DotPrinter::VisitEnd(EndNode* that) { in VisitEnd()
4848 void Analysis::VisitEnd(EndNode* that) { in VisitEnd()
5142 void DispatchTableConstructor::VisitEnd(EndNode* that) { in VisitEnd()