HomeSort by relevance Sort by last modified time
    Searched refs:kMaxRepeats (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
serialize.h 212 static const int kMaxRepeats = 0x7f - 0x72;
214 DCHECK(repeats >= 1 && repeats <= kMaxRepeats);
serialize.cc     [all...]

Completed in 56 milliseconds