Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_constants.h216 TT_CLASS = 1, enumerator
/art/runtime/
Ddebugger.cc992 return JDWP::TT_CLASS; in GetTypeTag()
1049 *pTypeTag = c->IsInterface() ? JDWP::TT_INTERFACE : JDWP::TT_CLASS; in GetClassInfo()