Searched refs:currentDepth (Results 1 – 4 of 4) sorted by relevance
280 jint currentDepth; in handleFramePopEvent() local284 currentDepth = getFrameCount(thread); in handleFramePopEvent()286 afterPopDepth = currentDepth-1; in handleFramePopEvent()289 fromDepth, currentDepth)); in handleFramePopEvent()383 jint currentDepth = getFrameCount(thread); in handleExceptionCatchEvent() local387 fromDepth, currentDepth)); in handleExceptionCatchEvent()394 if (fromDepth > currentDepth) { in handleExceptionCatchEvent()399 fromDepth >= currentDepth) { in handleExceptionCatchEvent()407 fromDepth > currentDepth) { in handleExceptionCatchEvent()414 fromDepth >= currentDepth) { in handleExceptionCatchEvent()[all …]
181 int currentDepth = parser.getDepth(); in consumeUntilEndTag() local182 if (currentDepth < requiredDepth) { in consumeUntilEndTag()186 } else if (currentDepth == requiredDepth) { in consumeUntilEndTag()
1225 private int currentDepth; field in JsonFormat.ParserImpl1232 this.currentDepth = 0; in ParserImpl()1902 if (currentDepth >= recursionLimit) { in parseFieldValue()1905 ++currentDepth; in parseFieldValue()1908 --currentDepth; in parseFieldValue()
1370 int currentDepth = depth; in checkCallDepth() local1381 if (depths[calleeIndex] == currentDepth - 1) in checkCallDepth()1383 currentDepth--; in checkCallDepth()