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

/external/chromium_org/v8/src/
H A Djsregexp.h588 virtual int EatsAtLeast(int still_to_find, int budget, bool not_at_start) = 0;
619 // EatsAtLeast, GetQuickCheckDetails. The budget argument is used to limit
777 virtual int EatsAtLeast(int still_to_find, int budget, bool not_at_start);
844 virtual int EatsAtLeast(int still_to_find, int budget, bool not_at_start);
909 virtual int EatsAtLeast(int still_to_find, int budget, bool not_at_start);
944 virtual int EatsAtLeast(int still_to_find,
971 virtual int EatsAtLeast(int still_to_find, function in class:v8::internal::EndNode
978 // Returning 0 from EatsAtLeast should ensure we never get here.
985 // Returning 0 from EatsAtLeast should ensure we never get here.
1067 virtual int EatsAtLeast(in
[all...]
H A Djsregexp.cc2273 int ActionNode::EatsAtLeast(int still_to_find, function in class:v8::internal::ActionNode
2278 return on_success()->EatsAtLeast(still_to_find,
2297 int AssertionNode::EatsAtLeast(int still_to_find, function in class:v8::internal::AssertionNode
2307 return on_success()->EatsAtLeast(still_to_find,
2317 // Match the behaviour of EatsAtLeast on this node.
2324 int BackReferenceNode::EatsAtLeast(int still_to_find, function in class:v8::internal::BackReferenceNode
2328 return on_success()->EatsAtLeast(still_to_find,
2334 int TextNode::EatsAtLeast(int still_to_find, function in class:v8::internal::TextNode
2341 return answer + on_success()->EatsAtLeast(still_to_find - answer,
2347 int NegativeLookaheadChoiceNode::EatsAtLeast(in function in class:v8::internal::NegativeLookaheadChoiceNode
2390 int LoopChoiceNode::EatsAtLeast(int still_to_find, function in class:v8::internal::LoopChoiceNode
2400 int ChoiceNode::EatsAtLeast(int still_to_find, function in class:v8::internal::ChoiceNode
[all...]

Completed in 84 milliseconds