Searched refs:pTypeTag (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddebugger.h273 static JDWP::JdwpError GetClassInfo(JDWP::RefTypeId class_id, JDWP::JdwpTypeTag* pTypeTag,
H A Ddebugger.cc1176 JDWP::JdwpError Dbg::GetClassInfo(JDWP::RefTypeId class_id, JDWP::JdwpTypeTag* pTypeTag, argument
1186 *pTypeTag = JDWP::TT_ARRAY;
1193 *pTypeTag = c->IsInterface() ? JDWP::TT_INTERFACE : JDWP::TT_CLASS;

Completed in 1512 milliseconds