• Home
  • Raw
  • Download

Lines Matching refs:fromDepth

281         jint fromDepth;  in handleFramePopEvent()  local
285 fromDepth = step->fromStackDepth; in handleFramePopEvent()
289 fromDepth, currentDepth)); 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()
384 jint fromDepth = step->fromStackDepth; 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()
518 jint fromDepth; in stepControl_handleStep() local
565 fromDepth = step->fromStackDepth; in stepControl_handleStep()
567 if (fromDepth > currentDepth) { in stepControl_handleStep()
575 …LOG_STEP(("stepControl_handleStep: completed, fromDepth>currentDepth(%d>%d)", fromDepth, currentDe… 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()
626 … LOG_STEP(("stepControl_handleStep: completed, fromDepth==currentDepth(%d) and min", fromDepth)); in stepControl_handleStep()
652 …(("stepControl_handleStep: completed, fromDepth==currentDepth(%d) and different line", fromDepth)); in stepControl_handleStep()
671 …OG_STEP(("stepControl_handleStep: completed, fromDepth==currentDepth(%d) and no line", fromDepth)); in stepControl_handleStep()