Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DJdwpConstants.h126 enum JdwpModKind { enum
139 const char* dvmJdwpModKindStr(JdwpModKind kind);
DJdwpConstants.cpp179 const char* dvmJdwpModKindStr(JdwpModKind kind) in dvmJdwpModKindStr()
DJdwpEvent.cpp173 JdwpModKind kind = static_cast<JdwpModKind>(pMod->modKind); in dumpEvent()