Searched refs:resultTag (Results 1 – 3 of 3) sorted by relevance
137 u1 resultTag; in finishInvoke() local142 &resultTag, &resultValue, &exceptObjId); in finishInvoke()151 int width = dvmDbgGetTagWidth(resultTag); in finishInvoke()153 expandBufAdd1(pReply, resultTag); in finishInvoke()161 resultTag, resultValue, exceptObjId); in finishInvoke()164 if (resultTag == JT_STRING && exceptObjId == 0) { in finishInvoke()
2733 *pResultTag = targetThread->invokeReq.resultTag; in dvmDbgInvokeMethod()2734 if (isTagPrimitive(targetThread->invokeReq.resultTag)) in dvmDbgInvokeMethod()2803 pReq->resultTag = getReturnTypeBasicTag(meth); in dvmDbgExecuteMethod()2815 } else if (pReq->resultTag == JT_OBJECT) { in dvmDbgExecuteMethod()2818 if (newTag != pReq->resultTag) { in dvmDbgExecuteMethod()2820 pReq->resultTag, newTag); in dvmDbgExecuteMethod()2821 pReq->resultTag = newTag; in dvmDbgExecuteMethod()
98 u1 resultTag; member