Searched refs:fromStackDepth (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DstepControl.h41 jint fromStackDepth; /* for all but STEP_INTO STEP_INSTRUCTION */ member in struct:__anon508
H A DstepControl.c176 step->fromStackDepth = getFrameCount(thread);
178 if (step->fromStackDepth <= 0) {
209 LOG_STEP(("initState(): frame=%d", step->fromStackDepth));
285 fromDepth = step->fromStackDepth;
384 jint fromDepth = step->fromStackDepth;
565 fromDepth = step->fromStackDepth;
731 * when fromStackDepth > 0).
733 if (step->depth == JDWP_STEP_DEPTH(INTO) || step->fromStackDepth > 0) {
772 if (step->fromStackDepth > 0 && !step->fromNative ) {
778 (step->fromStackDepth >
[all...]

Completed in 32 milliseconds