Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h1002 class LoopChoiceNode: public ChoiceNode {
1004 LoopChoiceNode(bool body_can_be_zero_length, bool read_backward, Zone* zone) in LoopChoiceNode() function
1383 virtual void VisitLoopChoice(LoopChoiceNode* that) { VisitChoice(that); } in FOR_EACH_NODE_TYPE()
1447 virtual void VisitLoopChoice(LoopChoiceNode* that);
Djsregexp.cc1577 void LoopChoiceNode::Accept(NodeVisitor* visitor) { in FOR_EACH_NODE_TYPE()
2397 int LoopChoiceNode::EatsAtLeast(int still_to_find, in EatsAtLeast()
2855 RegExpNode* LoopChoiceNode::FilterOneByte(int depth, bool ignore_case) { in FilterOneByte()
2947 void LoopChoiceNode::GetQuickCheckDetails(QuickCheckDetails* details, in GetQuickCheckDetails()
2960 void LoopChoiceNode::FillInBMInfo(Isolate* isolate, int offset, int budget, in FillInBMInfo()
3504 void LoopChoiceNode::AddLoopAlternative(GuardedAlternative alt) { in AddLoopAlternative()
3511 void LoopChoiceNode::AddContinueAlternative(GuardedAlternative alt) { in AddContinueAlternative()
3518 void LoopChoiceNode::Emit(RegExpCompiler* compiler, Trace* trace) { in Emit()
5573 LoopChoiceNode* center = new (zone) in ToNode()
5574 LoopChoiceNode(body->min_match() == 0, compiler->read_backward(), zone); in ToNode()
[all …]