Home
last modified time | relevance | path

Searched refs:currentDepth (Results 1 – 1 of 1) sorted by relevance

/external/oj-libjdwp/src/share/back/
DstepControl.c280 jint currentDepth; in handleFramePopEvent() local
284 currentDepth = getFrameCount(thread); in handleFramePopEvent()
286 afterPopDepth = currentDepth-1; in handleFramePopEvent()
289 fromDepth, currentDepth)); in handleFramePopEvent()
383 jint currentDepth = getFrameCount(thread); in handleExceptionCatchEvent() local
387 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 …]