Home | History | Annotate | Download | only in jdwp

Lines Matching refs:resultValue

164     u8 resultValue;
169 &resultTag, &resultValue, &exceptObjId);
182 jdwpWriteValue(pReply, width, resultValue);
188 resultTag, resultValue, exceptObjId);
192 if (resultValue != 0) {
193 char* str = dvmDbgStringToUtf8(resultValue);