Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc988 const JdwpEventKind match_kind = (is_modification) ? EK_FIELD_MODIFICATION : EK_FIELD_ACCESS; in PostFieldEvent() local
1081 const JdwpEventKind match_kind = (start) ? EK_THREAD_START : EK_THREAD_DEATH; in PostThreadChange() local