Lines Matching refs:EatsAtLeast

2273 int ActionNode::EatsAtLeast(int still_to_find,  in EatsAtLeast()  function in v8::internal::ActionNode
2278 return on_success()->EatsAtLeast(still_to_find, in EatsAtLeast()
2297 int AssertionNode::EatsAtLeast(int still_to_find, in EatsAtLeast() function in v8::internal::AssertionNode
2307 return on_success()->EatsAtLeast(still_to_find, in EatsAtLeast()
2324 int BackReferenceNode::EatsAtLeast(int still_to_find, in EatsAtLeast() function in v8::internal::BackReferenceNode
2328 return on_success()->EatsAtLeast(still_to_find, in EatsAtLeast()
2334 int TextNode::EatsAtLeast(int still_to_find, in EatsAtLeast() function in v8::internal::TextNode
2341 return answer + on_success()->EatsAtLeast(still_to_find - answer, in EatsAtLeast()
2347 int NegativeLookaheadChoiceNode::EatsAtLeast(int still_to_find, in EatsAtLeast() function in v8::internal::NegativeLookaheadChoiceNode
2354 return node->EatsAtLeast(still_to_find, budget - 1, not_at_start); in EatsAtLeast()
2382 node->EatsAtLeast(still_to_find, budget, not_at_start); in EatsAtLeastHelper()
2390 int LoopChoiceNode::EatsAtLeast(int still_to_find, in EatsAtLeast() function in v8::internal::LoopChoiceNode
2400 int ChoiceNode::EatsAtLeast(int still_to_find, in EatsAtLeast() function in v8::internal::ChoiceNode
3054 Min(kMaxLookaheadForBoyerMoore, EatsAtLeast(kMaxLookaheadForBoyerMoore, in EmitBoundaryCheck()
3921 EatsAtLeast(compiler->one_byte() ? 4 : 2, kRecursionBudget, in SetUpPreLoad()
4085 EatsAtLeast(kMaxLookaheadForBoyerMoore, in EmitOptimizedUnanchoredSearch()