Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc262 bool found_event = false; in UnregisterLocationEventsOnClass() local
263 for (int i = 0; i < cur_event->modCount && !found_event; i++) { in UnregisterLocationEventsOnClass()
274 found_event = true; in UnregisterLocationEventsOnClass()