Searched refs:basket (Results 1 – 2 of 2) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_event.cc | 489 static bool ModsMatch(JdwpEvent* pEvent, const ModBasket& basket) in ModsMatch() argument 506 if (!Dbg::MatchThread(pMod->threadOnly.threadId, basket.thread)) { in ModsMatch() 511 if (!Dbg::MatchType(basket.locationClass.Get(), pMod->classOnly.refTypeId)) { in ModsMatch() 516 if (!PatternMatch(pMod->classMatch.classPattern, basket.className)) { in ModsMatch() 521 if (PatternMatch(pMod->classMatch.classPattern, basket.className)) { in ModsMatch() 526 if (!Dbg::MatchLocation(pMod->locationOnly.loc, *basket.pLoc)) { in ModsMatch() 532 !Dbg::MatchType(basket.exceptionClass.Get(), pMod->exceptionOnly.refTypeId)) { in ModsMatch() 535 if ((basket.caught && !pMod->exceptionOnly.caught) || in ModsMatch() 536 (!basket.caught && !pMod->exceptionOnly.uncaught)) { in ModsMatch() 541 if (!Dbg::MatchField(pMod->fieldOnly.refTypeId, pMod->fieldOnly.fieldId, basket.field)) { in ModsMatch() [all …]
|
D | jdwp.h | 319 bool FindMatchingEvents(JdwpEventKind eventKind, const ModBasket& basket, 322 void FindMatchingEventsLocked(JdwpEventKind eventKind, const ModBasket& basket,
|