Home | History | Annotate | Download | only in jdwp

Lines Matching defs:resultValue

138     u8 resultValue;
142 &resultTag, &resultValue, &exceptObjId);
155 jdwpWriteValue(pReply, width, resultValue);
161 resultTag, resultValue, exceptObjId);
165 if (resultValue != 0) {
166 char* str = dvmDbgStringToUtf8(resultValue);