Searched refs:kLastMatchOverhead (Results 1 – 4 of 4) sorted by relevance
58 static const int kLastMatchOverhead = kFirstCaptureIndex; in NON_EXPORTED_BASE() local
1578 DCHECK_GE(length(), kLastMatchOverhead); in NumberOfCaptureRegisters()1584 DCHECK_GE(length(), kLastMatchOverhead); in SetNumberOfCaptureRegisters()1589 DCHECK_GE(length(), kLastMatchOverhead); in LastSubject()1595 DCHECK_GE(length(), kLastMatchOverhead); in SetLastSubject()1600 DCHECK_GE(length(), kLastMatchOverhead); in LastInput()1605 DCHECK_GE(length(), kLastMatchOverhead); in SetLastInput()
10640 DCHECK_GE(match_info->length(), kLastMatchOverhead); in ReserveCaptures()
559 SmiConstant(RegExpMatchInfo::kLastMatchOverhead)); in RegExpExecInternal()