Searched refs:fromStackDepth (Results 1 – 2 of 2) sorted by relevance
176 step->fromStackDepth = getFrameCount(thread); in initState()178 if (step->fromStackDepth <= 0) { in initState()209 LOG_STEP(("initState(): frame=%d", step->fromStackDepth)); in initState()285 fromDepth = step->fromStackDepth; in handleFramePopEvent()384 jint fromDepth = step->fromStackDepth; in handleExceptionCatchEvent()565 fromDepth = step->fromStackDepth; in stepControl_handleStep()733 if (step->depth == JDWP_STEP_DEPTH(INTO) || step->fromStackDepth > 0) { in initEvents()772 if (step->fromStackDepth > 0 && !step->fromNative ) { in initEvents()778 (step->fromStackDepth > 0)) { in initEvents()
41 jint fromStackDepth; /* for all but STEP_INTO STEP_INSTRUCTION */ member