Searched refs:basket (Results 1 – 2 of 2) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_event.cc | 464 static bool ModsMatch(JdwpEvent* pEvent, const ModBasket& basket) in ModsMatch() argument 481 if (!Dbg::MatchThread(pMod->threadOnly.threadId, basket.thread)) { in ModsMatch() 486 if (!Dbg::MatchType(basket.locationClass, pMod->classOnly.refTypeId)) { in ModsMatch() 491 if (!PatternMatch(pMod->classMatch.classPattern, basket.className)) { in ModsMatch() 496 if (PatternMatch(pMod->classMatch.classPattern, basket.className)) { in ModsMatch() 501 if (!Dbg::MatchLocation(pMod->locationOnly.loc, *basket.pLoc)) { in ModsMatch() 507 !Dbg::MatchType(basket.exceptionClass, pMod->exceptionOnly.refTypeId)) { in ModsMatch() 510 if ((basket.caught && !pMod->exceptionOnly.caught) || in ModsMatch() 511 (!basket.caught && !pMod->exceptionOnly.uncaught)) { in ModsMatch() 516 if (!Dbg::MatchField(pMod->fieldOnly.refTypeId, pMod->fieldOnly.fieldId, basket.field)) { in ModsMatch() [all …]
|
D | jdwp.h | 316 const ModBasket& basket,
|