Home
last modified time | relevance | path

Searched refs:LoopChoiceNode (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc1444 // implies that the following node must be a LoopChoiceNode. If we need to in EatsAtLeastFromLoopEntry()
1459 EatsAtLeastInfo LoopChoiceNode::EatsAtLeastFromLoopEntry() { in EatsAtLeastFromLoopEntry()
1805 explicit LoopInitializationMarker(LoopChoiceNode* node) : node_(node) { in LoopInitializationMarker()
1817 LoopChoiceNode* node_;
1823 explicit IterationDecrementer(LoopChoiceNode* node) : node_(node) { in IterationDecrementer()
1832 LoopChoiceNode* node_;
1920 RegExpNode* LoopChoiceNode::FilterOneByte(int depth, RegExpFlags flags) { in FilterOneByte()
2010 void LoopChoiceNode::GetQuickCheckDetails(QuickCheckDetails* details, in GetQuickCheckDetails()
2022 // begin with the loop body. We may recursively visit this LoopChoiceNode, in GetQuickCheckDetails()
2037 void LoopChoiceNode
[all...]
H A Dregexp-dotprinter.cc115 void DotPrinterImpl::VisitLoopChoice(LoopChoiceNode* that) { in VisitLoopChoice()
H A Dregexp-nodes.h149 // given that this is a LoopChoiceNode whose counter register is in a
152 // LoopChoiceNode for the repetition must report that it consumes at least
174 // LoopChoiceNode whose counter register is in a newly-initialized state at
176 // Absent any extra information, the LoopChoiceNode for the repetition cannot
705 class LoopChoiceNode : public ChoiceNode { class
707 LoopChoiceNode(bool body_can_be_zero_length, bool read_backward, in LoopChoiceNode() function in v8::internal::LoopChoiceNode
H A Dregexp-compiler-tonode.cc1674 LoopChoiceNode* center = zone->New<LoopChoiceNode>( in RationalizeConsecutiveAtoms()

Completed in 11 milliseconds