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

/openjdk7/jdk/src/share/back/
H A DstepControl.c280 jint currentDepth; local
284 currentDepth = getFrameCount(thread);
286 afterPopDepth = currentDepth-1;
288 LOG_STEP(("handleFramePopEvent: BEGIN fromDepth=%d, currentDepth=%d",
289 fromDepth, currentDepth));
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
383 jint currentDepth local
517 jint currentDepth; local
[all...]

Completed in 28 milliseconds