Searched refs:GreedyLoopTextLength (Results 1 – 2 of 2) sorted by relevance
500 virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; } in GreedyLoopTextLength() function653 virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; } in GreedyLoopTextLength() function727 virtual int GreedyLoopTextLength();
3379 int TextNode::GreedyLoopTextLength() { return Length(); } in GreedyLoopTextLength() function in v8::internal::TextNode3420 int node_length = node->GreedyLoopTextLength(); in GreedyLoopTextLengthForAlternative()