Searched defs:fromDepth (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DstepControl.c281 jint fromDepth; local
285 fromDepth = step->fromStackDepth;
288 LOG_STEP(("handleFramePopEvent: BEGIN fromDepth=%d, currentDepth=%d",
289 fromDepth, currentDepth));
296 if (fromDepth > afterPopDepth ) {
304 * [fromDepth == currentDepth]. Re-enable stepping to
308 * [fromDepth == currentDepth - 1]. Re-enable stepping
312 * of a frame pop [fromDepth < currentDepth - 1]. This
328 * [fromDepth > currentDepth] shouldn't happen since it means
337 fromDepth > afterPopDept
384 jint fromDepth = step->fromStackDepth; local
518 jint fromDepth; local
[all...]

Completed in 31 milliseconds