Searched refs:MAX_RECURSION_DEPTH (Results 1 – 1 of 1) sorted by relevance
55 private static final int MAX_RECURSION_DEPTH = 100; field in Decoder.Validator95 if (mStackDepth >= MAX_RECURSION_DEPTH) { in increaseStackDepth()