Searched refs:resultTag (Results 1 – 3 of 3) sorted by relevance
163 u1 resultTag; in finishInvoke() local169 &resultTag, &resultValue, &exceptObjId); in finishInvoke()178 int width = dvmDbgGetTagWidth(resultTag); in finishInvoke()180 expandBufAdd1(pReply, resultTag); in finishInvoke()188 resultTag, resultValue, exceptObjId); in finishInvoke()191 if (resultTag == JT_STRING && exceptObjId == 0) { in finishInvoke()
2852 *pResultTag = targetThread->invokeReq.resultTag; in dvmDbgInvokeMethod()2853 if (isTagPrimitive(targetThread->invokeReq.resultTag)) in dvmDbgInvokeMethod()2920 pReq->resultTag = resultTagFromSignature(meth); in dvmDbgExecuteMethod()2932 } else if (pReq->resultTag == JT_OBJECT) { in dvmDbgExecuteMethod()2935 if (newTag != pReq->resultTag) { in dvmDbgExecuteMethod()2937 pReq->resultTag, newTag); in dvmDbgExecuteMethod()2938 pReq->resultTag = newTag; in dvmDbgExecuteMethod()
98 u1 resultTag; member