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

/art/runtime/jdwp/
H A Djdwp_event.cc198 const JdwpEventMod* pMod = &pEvent->mods[i]; local
199 if (pMod->modKind == MK_LOCATION_ONLY) {
206 Dbg::WatchLocation(&pMod->locationOnly.loc, &req);
208 } else if (pMod->modKind == MK_STEP) {
210 JdwpStepSize size = static_cast<JdwpStepSize>(pMod->step.size);
211 JdwpStepDepth depth = static_cast<JdwpStepDepth>(pMod->step.depth);
212 JdwpError status = Dbg::ConfigureStep(pMod->step.threadId, size, depth);
281 JdwpEventMod* pMod = &pEvent->mods[i]; local
282 if (pMod->modKind == MK_LOCATION_ONLY) {
285 Dbg::UnwatchLocation(&pMod
451 JdwpEventMod* pMod = pEvent->mods; local
[all...]

Completed in 65 milliseconds