Searched defs:resultTag (Results 1 - 1 of 1) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_handler.cc122 JdwpTag resultTag; local
125 JdwpError err = Dbg::InvokeMethod(thread_id, object_id, class_id, method_id, arg_count, argValues.get(), argTypes.get(), options, &resultTag, &resultValue, &exceptObjId);
134 resultTag = JT_OBJECT;
138 size_t width = Dbg::GetTagWidth(resultTag);
139 expandBufAdd1(pReply, resultTag);
146 VLOG(jdwp) << " --> returned " << resultTag << StringPrintf(" %#llx (except=%#llx)", resultValue, exceptObjId);
149 if (resultTag == JT_STRING && exceptObjId == 0) {

Completed in 360 milliseconds