Searched refs:resultTag (Results 1 – 3 of 3) sorted by relevance
155 u1 resultTag; in finishInvoke() local161 &resultTag, &resultValue, &exceptObjId); in finishInvoke()166 int width = dvmDbgGetTagWidth(resultTag); in finishInvoke()168 expandBufAdd1(pReply, resultTag); in finishInvoke()175 resultTag, resultValue, exceptObjId); in finishInvoke()178 if (resultTag == JT_STRING && exceptObjId == 0) { in finishInvoke()
2754 *pResultTag = targetThread->invokeReq.resultTag; in dvmDbgInvokeMethod()2755 if (isTagPrimitive(targetThread->invokeReq.resultTag)) in dvmDbgInvokeMethod()2820 pReq->resultTag = resultTagFromSignature(meth); in dvmDbgExecuteMethod()2830 } else if (pReq->resultTag == JT_OBJECT) { in dvmDbgExecuteMethod()2833 if (newTag != pReq->resultTag) { in dvmDbgExecuteMethod()2835 pReq->resultTag, newTag); in dvmDbgExecuteMethod()2836 pReq->resultTag = newTag; in dvmDbgExecuteMethod()
97 u1 resultTag; member