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

/external/v8/src/
H A Djsregexp.h973 class EndNode: public RegExpNode { class in namespace:v8::internal
976 explicit EndNode(Action action) : action_(action) { } function in class:v8::internal::EndNode
989 virtual EndNode* Clone() { return new EndNode(*this); }
995 class NegativeSubmatchSuccess: public EndNode {
1001 : EndNode(NEGATIVE_SUBMATCH_SUCCESS),
H A Djsregexp.cc811 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) {

Completed in 94 milliseconds