Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-nodes.h96 struct EatsAtLeastInfo final {
97 EatsAtLeastInfo() : EatsAtLeastInfo(0) {} in EatsAtLeastInfo() function
98 explicit EatsAtLeastInfo(uint8_t eats) in EatsAtLeastInfo() function
101 void SetMin(const EatsAtLeastInfo& other) { in SetMin()
156 virtual EatsAtLeastInfo EatsAtLeastFromLoopEntry();
242 const EatsAtLeastInfo* eats_at_least_info() const { return &eats_at_least_; } in eats_at_least_info()
243 void set_eats_at_least_info(const EatsAtLeastInfo& eats_at_least) { in set_eats_at_least_info()
280 EatsAtLeastInfo eats_at_least_;
728 EatsAtLeastInfo EatsAtLeastFromLoopEntr
[all...]
H A Dregexp-compiler.cc1442 EatsAtLeastInfo RegExpNode::EatsAtLeastFromLoopEntry() { in EatsAtLeastFromLoopEntry()
1459 EatsAtLeastInfo LoopChoiceNode::EatsAtLeastFromLoopEntry() { in EatsAtLeastFromLoopEntry()
1484 EatsAtLeastInfo result; in EatsAtLeastFromLoopEntry()
3578 that->set_eats_at_least_info(EatsAtLeastInfo(eats_at_least)); in VisitText()
3591 // 2. Add an eats_at_least_inside_loop field to EatsAtLeastInfo, which in VisitAction()
3617 EatsAtLeastInfo eats_at_least = in VisitChoice()
3618 i == 0 ? EatsAtLeastInfo(UINT8_MAX) : *that->eats_at_least_info(); in VisitChoice()
3648 EatsAtLeastInfo eats_at_least = *that->on_success()->eats_at_least_info(); in VisitAssertion()

Completed in 9 milliseconds