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

/external/v8/src/
H A Djsregexp.h755 class ActionNode: public SeqRegExpNode { class in namespace:v8::internal
766 static ActionNode* SetRegister(int reg, int val, RegExpNode* on_success);
767 static ActionNode* IncrementRegister(int reg, RegExpNode* on_success);
768 static ActionNode* StorePosition(int reg,
771 static ActionNode* ClearCaptures(Interval range, RegExpNode* on_success);
772 static ActionNode* BeginSubmatch(int stack_pointer_reg,
775 static ActionNode* PositiveSubmatchSuccess(int stack_pointer_reg,
780 static ActionNode* EmptyMatchCheck(int start_register,
799 virtual ActionNode* Clone() { return new ActionNode(*thi
831 ActionNode(Type type, RegExpNode* on_success) function in class:v8::internal::ActionNode
[all...]
H A Djsregexp.cc927 if (type() == ActionNode::CLEAR_CAPTURES) {
953 if (action->type() == ActionNode::STORE_POSITION) {
970 if (action->type() == ActionNode::CLEAR_CAPTURES) {
1034 case ActionNode::SET_REGISTER: {
1051 case ActionNode::INCREMENT_REGISTER:
1059 case ActionNode::STORE_POSITION: {
1082 case ActionNode::CLEAR_CAPTURES: {
1250 ActionNode* ActionNode::SetRegister(int reg,
1253 ActionNode* resul
[all...]

Completed in 38 milliseconds