Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DJdwpConstants.cpp191 case MK_STEP: return "STEP"; in dvmJdwpModKindStr()
DJdwpConstants.h136 MK_STEP = 10, enumerator
DJdwpEvent.cpp204 } else if (pMod->modKind == MK_STEP) { in dvmJdwpRegisterEvent()
264 if (pMod->modKind == MK_STEP) { in unregisterEvent()
511 case MK_STEP: in modsMatch()
DJdwpHandler.cpp1494 case MK_STEP: /* for use with EK_SINGLE_STEP */ in handleER_Set()