Home
last modified time | relevance | path

Searched refs:SD_OVER (Results 1 – 4 of 4) sorted by relevance

/dalvik/vm/jdwp/
DJdwpConstants.c183 case SD_OVER: return "OVER"; in dvmJdwpStepDepthStr()
DJdwpConstants.h154 SD_OVER = 1, /* step over method calls */ enumerator
/dalvik/vm/mterp/portable/
Ddebug.c84 } else if (pCtrl->depth == SD_OVER) { in updateDebugger()
/dalvik/vm/mterp/out/
DInterpC-portdbg.c1273 } else if (pCtrl->depth == SD_OVER) { in updateDebugger()