Searched refs:GreedyLoopTextLength (Results 1 – 2 of 2) sorted by relevance
487 virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; } in GreedyLoopTextLength() function642 virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; } in GreedyLoopTextLength() function703 virtual int GreedyLoopTextLength();
3397 int TextNode::GreedyLoopTextLength() { return Length(); } in GreedyLoopTextLength() function in v8::internal::TextNode3440 int node_length = node->GreedyLoopTextLength(); in GreedyLoopTextLengthForAlternative()