HomeSort by relevance Sort by last modified time
    Searched refs:fromStackDepth (Results 1 - 2 of 2) sorted by null

  /external/oj-libjdwp/src/share/back/
stepControl.h 41 jint fromStackDepth; /* for all but STEP_INTO STEP_INSTRUCTION */
stepControl.c 176 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 > 0))
    [all...]

Completed in 129 milliseconds