Home
last modified time | relevance | path

Searched refs:ModBasket (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Djdwp_event.cc116 struct ModBasket { struct
117 explicit ModBasket(Thread* self) in ModBasket() function
138 DISALLOW_IMPLICIT_CONSTRUCTORS(ModBasket);
489 static bool ModsMatch(JdwpEvent* pEvent, const ModBasket& basket) in ModsMatch()
574 void JdwpState::FindMatchingEventsLocked(JdwpEventKind event_kind, const ModBasket& basket, in FindMatchingEventsLocked()
594 bool JdwpState::FindMatchingEvents(JdwpEventKind event_kind, const ModBasket& basket, in FindMatchingEvents()
877 ModBasket basket(Thread::Current()); in PostLocationEvent()
975 ModBasket basket(Thread::Current()); in PostFieldEvent()
1078 ModBasket basket(thread); in PostThreadChange()
1155 ModBasket basket(Thread::Current()); in PostException()
[all …]
Djdwp.h122 struct ModBasket;
319 bool FindMatchingEvents(JdwpEventKind eventKind, const ModBasket& basket,
322 void FindMatchingEventsLocked(JdwpEventKind eventKind, const ModBasket& basket,