Searched refs:LoopChoiceNode (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/regexp/ |
D | jsregexp.h | 1009 class LoopChoiceNode: public ChoiceNode { 1011 LoopChoiceNode(bool body_can_be_zero_length, bool read_backward, Zone* zone) in LoopChoiceNode() function 1390 virtual void VisitLoopChoice(LoopChoiceNode* that) { VisitChoice(that); } in FOR_EACH_NODE_TYPE() 1454 virtual void VisitLoopChoice(LoopChoiceNode* that);
|
D | jsregexp.cc | 1537 void LoopChoiceNode::Accept(NodeVisitor* visitor) { in FOR_EACH_NODE_TYPE() 2370 int LoopChoiceNode::EatsAtLeast(int still_to_find, in EatsAtLeast() 2828 RegExpNode* LoopChoiceNode::FilterOneByte(int depth, bool ignore_case) { in FilterOneByte() 2920 void LoopChoiceNode::GetQuickCheckDetails(QuickCheckDetails* details, in GetQuickCheckDetails() 2933 void LoopChoiceNode::FillInBMInfo(Isolate* isolate, int offset, int budget, in FillInBMInfo() 3452 void LoopChoiceNode::AddLoopAlternative(GuardedAlternative alt) { in AddLoopAlternative() 3459 void LoopChoiceNode::AddContinueAlternative(GuardedAlternative alt) { in AddContinueAlternative() 3466 void LoopChoiceNode::Emit(RegExpCompiler* compiler, Trace* trace) { in Emit() 5222 LoopChoiceNode* center = new (zone) in ToNode() 5223 LoopChoiceNode(body->min_match() == 0, compiler->read_backward(), zone); in ToNode() [all …]
|