Searched refs:TT_INTERFACE (Results 1 – 2 of 2) sorted by relevance
217 TT_INTERFACE = 2, enumerator
841 expandBufAdd1(pReply, c->IsInterface() ? JDWP::TT_INTERFACE : JDWP::TT_CLASS); in GetReflectedType()890 *pTypeTag = c->IsInterface() ? JDWP::TT_INTERFACE : JDWP::TT_CLASS; in GetClassInfo()919 type_tag = JDWP::TT_INTERFACE; in GetReferenceType()1176 location.type_tag = c->IsInterface() ? JDWP::TT_INTERFACE : JDWP::TT_CLASS; in SetLocation()2245 location.type_tag = c->IsInterface() ? JDWP::TT_INTERFACE : JDWP::TT_CLASS; in PostLocationEvent()2289 JDWP::JdwpTypeTag tag = c->IsInterface() ? JDWP::TT_INTERFACE : JDWP::TT_CLASS; in PostClassPrepare()