Home | History | Annotate | Download | only in src

Lines Matching defs:text_length

3495     int text_length =
3497 ASSERT(text_length != kNodeIsTooComplexForGreedyLoops);
3500 ASSERT(trace->cp_offset() == text_length);
3501 macro_assembler->AdvanceCurrentPosition(text_length);
3935 int text_length = GreedyLoopTextLengthForAlternative(&(alternatives_->at(0)));
3942 if (choice_count > 1 && text_length != kNodeIsTooComplexForGreedyLoops) {
4103 macro_assembler->AdvanceCurrentPosition(-text_length);