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

/dalvik/vm/jdwp/
H A DJdwpEvent.cpp172 const JdwpEventMod* pMod = &pEvent->mods[i]; local
173 JdwpModKind kind = static_cast<JdwpModKind>(pMod->modKind);
200 const JdwpEventMod* pMod = &pEvent->mods[i]; local
201 if (pMod->modKind == MK_LOCATION_ONLY) {
203 dvmDbgWatchLocation(&pMod->locationOnly.loc);
204 } else if (pMod->modKind == MK_STEP) {
206 JdwpStepSize size = static_cast<JdwpStepSize>(pMod->step.size);
207 JdwpStepDepth depth = static_cast<JdwpStepDepth>(pMod->step.depth);
208 dvmDbgConfigureStep(pMod->step.threadId, size, depth);
209 } else if (pMod
259 JdwpEventMod* pMod = &pEvent->mods[i]; local
463 JdwpEventMod* pMod = pEvent->mods; local
[all...]

Completed in 31 milliseconds