Lines Matching refs:currentDepth
280 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()
517 jint currentDepth; in stepControl_handleStep() local
564 currentDepth = getFrameCount(thread); in stepControl_handleStep()
567 if (fromDepth > currentDepth) { in stepControl_handleStep()
575 …TEP(("stepControl_handleStep: completed, fromDepth>currentDepth(%d>%d)", fromDepth, currentDepth)); in stepControl_handleStep()
576 } else if (fromDepth < currentDepth) { in stepControl_handleStep()
585 …p: completed, fromDepth<currentDepth(%d<%d) and into method with lines", fromDepth, currentDepth)); in stepControl_handleStep()