Home | History | Annotate | Download | only in vm

Lines Matching refs:resultValue

2854         *pResultValue = targetThread->invokeReq.resultValue.j;
2856 *pResultValue = objectToObjectId(targetThread->invokeReq.resultValue.l);
2917 dvmCallMethodA(self, meth, pReq->obj, false, &pReq->resultValue,
2931 pReq->resultValue.j = 0; /*0xadadadad;*/
2934 u1 newTag = resultTagFromObject(pReq->resultValue.l);