Searched refs:JdwpStepSize (Results 1 – 6 of 6) sorted by relevance
162 enum JdwpStepSize { enum166 const char* dvmJdwpStepSizeStr(JdwpStepSize size);
213 const char* dvmJdwpStepSizeStr(JdwpStepSize size) in dvmJdwpStepSizeStr()
206 JdwpStepSize size = static_cast<JdwpStepSize>(pMod->step.size); in dvmJdwpRegisterEvent()
65 JdwpStepSize size;281 bool dvmDbgConfigureStep(ObjectId threadId, JdwpStepSize size,
2560 bool dvmDbgConfigureStep(ObjectId threadId, JdwpStepSize size, in dvmDbgConfigureStep()
522 pCtrl->size = static_cast<JdwpStepSize>(size); in dvmAddSingleStep()