Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.h95 JdwpEventKind eventKind; /* what kind of event is this? */ member
Djdwp_event.cc141 static bool NeedsFullDeoptimization(JdwpEventKind eventKind) { in NeedsFullDeoptimization()
160 static uint32_t GetInstrumentationEventFor(JdwpEventKind eventKind) { in GetInstrumentationEventFor()