HomeSort by relevance Sort by last modified time
    Searched refs:basket (Results 1 - 2 of 2) sorted by null

  /art/runtime/jdwp/
jdwp_event.cc 459 * See if the event's mods match up with the contents of "basket".
464 static bool ModsMatch(JdwpEvent* pEvent, const ModBasket& basket)
481 if (!Dbg::MatchThread(pMod->threadOnly.threadId, basket.thread)) {
486 if (!Dbg::MatchType(basket.locationClass, pMod->classOnly.refTypeId)) {
491 if (!PatternMatch(pMod->classMatch.classPattern, basket.className)) {
496 if (PatternMatch(pMod->classMatch.classPattern, basket.className)) {
501 if (!Dbg::MatchLocation(pMod->locationOnly.loc, *basket.pLoc)) {
507 !Dbg::MatchType(basket.exceptionClass, pMod->exceptionOnly.refTypeId)) {
510 if ((basket.caught && !pMod->exceptionOnly.caught) ||
511 (!basket.caught && !pMod->exceptionOnly.uncaught))
840 ModBasket basket; local
943 ModBasket basket; local
1052 ModBasket basket; local
1146 ModBasket basket; local
1239 ModBasket basket; local
    [all...]
jdwp.h 316 const ModBasket& basket,

Completed in 49 milliseconds