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

/art/runtime/jdwp/
H A Djdwp_event.cc201 const JdwpEventMod* pMod = &pEvent->mods[i]; local
202 if (pMod->modKind == MK_LOCATION_ONLY) {
209 Dbg::WatchLocation(&pMod->locationOnly.loc, &req);
211 } else if (pMod->modKind == MK_STEP) {
213 JdwpStepSize size = static_cast<JdwpStepSize>(pMod->step.size);
214 JdwpStepDepth depth = static_cast<JdwpStepDepth>(pMod->step.depth);
215 JdwpError status = Dbg::ConfigureStep(pMod->step.threadId, size, depth);
321 JdwpEventMod* pMod = &pEvent->mods[i]; local
322 if (pMod->modKind == MK_LOCATION_ONLY) {
325 Dbg::UnwatchLocation(&pMod
491 JdwpEventMod* pMod = pEvent->mods; local
[all...]

Completed in 19 milliseconds