Searched refs:ActionNode (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/regexp/ |
D | jsregexp.h | 599 class ActionNode: public SeqRegExpNode { 610 static ActionNode* SetRegister(int reg, int val, RegExpNode* on_success); 611 static ActionNode* IncrementRegister(int reg, RegExpNode* on_success); 612 static ActionNode* StorePosition(int reg, 615 static ActionNode* ClearCaptures(Interval range, RegExpNode* on_success); 616 static ActionNode* BeginSubmatch(int stack_pointer_reg, 619 static ActionNode* PositiveSubmatchSuccess(int stack_pointer_reg, 624 static ActionNode* EmptyMatchCheck(int start_register, 673 ActionNode(ActionType action_type, RegExpNode* on_success) in ActionNode() function 1210 DeferredAction(ActionNode::ActionType action_type, int reg) in DeferredAction() [all …]
|
D | jsregexp.cc | 1116 if (action_type() == ActionNode::CLEAR_CAPTURES) { in Mentions() 1142 if (action->action_type() == ActionNode::STORE_POSITION) { in GetStoredPosition() 1160 if (action->action_type() == ActionNode::CLEAR_CAPTURES) { in FindAffectedRegisters() 1227 case ActionNode::SET_REGISTER: { in PerformDeferredActions() 1244 case ActionNode::INCREMENT_REGISTER: in PerformDeferredActions() 1252 case ActionNode::STORE_POSITION: { in PerformDeferredActions() 1275 case ActionNode::CLEAR_CAPTURES: { in PerformDeferredActions() 1450 ActionNode* ActionNode::SetRegister(int reg, in SetRegister() 1453 ActionNode* result = in SetRegister() 1454 new(on_success->zone()) ActionNode(SET_REGISTER, on_success); in SetRegister() [all …]
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/ |
D | perf_report_output.txt | 2017 0.10^3054623^HTMLParserThrea^chrome ^[.] v8::internal::ActionNode::GetQuickCheckDetai… 2019 …--- v8::internal::ActionNode::GetQuickCheckDetails(v8::internal::QuickCheckDetails*, v8::internal:…
|