HomeSort by relevance Sort by last modified time
    Searched defs:pMod (Results 1 - 3 of 3) sorted by null

  /art/runtime/jdwp/
jdwp_event.cc 201 const JdwpEventMod* pMod = &pEvent->mods[i];
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];
322 if (pMod->modKind == MK_LOCATION_ONLY) {
325 Dbg::UnwatchLocation(&pMod->locationOnly.loc, &req)
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 631 milliseconds