Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DstepControl.c282 jint afterPopDepth; in handleFramePopEvent() local
286 afterPopDepth = currentDepth-1; in handleFramePopEvent()
296 if (fromDepth > afterPopDepth ) { in handleFramePopEvent()
337 fromDepth > afterPopDepth) { in handleFramePopEvent()
342 …: starting singlestep, depth==OUT && fromDepth > afterPopDepth (%d>%d)",fromDepth, afterPopDepth)); in handleFramePopEvent()
345 fromDepth >= afterPopDepth) { in handleFramePopEvent()
352 …ethodEnter handler && depth==OUT && fromDepth >= afterPopDepth (%d>%d)",fromDepth, afterPopDepth)); in handleFramePopEvent()