Searched refs:kMaxRepeats (Results 1 – 2 of 2) sorted by relevance
212 static const int kMaxRepeats = 0x7f - 0x72; variable214 DCHECK(repeats >= 1 && repeats <= kMaxRepeats); in CodeForRepeats()
1038 STATIC_ASSERT(kMaxRepeats == 13); in ReadChunk()1536 if (repeat_count > kMaxRepeats) { in VisitPointers()