Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_constants.h217 TT_INTERFACE = 2, enumerator
/art/runtime/
Ddebugger.cc1128 return JDWP::TT_INTERFACE; in GetTypeTag()
1193 *pTypeTag = c->IsInterface() ? JDWP::TT_INTERFACE : JDWP::TT_CLASS; in GetClassInfo()