Home
last modified time | relevance | path

Searched defs:eventKind (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Djdwp_event.cc127 static bool NeedsFullDeoptimization(JdwpEventKind eventKind) { in NeedsFullDeoptimization()
141 uint32_t GetInstrumentationEventFor(JdwpEventKind eventKind) { in GetInstrumentationEventFor()
536 void JdwpState::FindMatchingEvents(JdwpEventKind eventKind, const ModBasket& basket, in FindMatchingEvents()
Djdwp_event.h95 JdwpEventKind eventKind; /* what kind of event is this? */ member