Home | History | Annotate | Download | only in vm

Lines Matching refs:newTag

2822         u1 newTag = tagFromObject((Object*)pReq->resultValue.l);
2823 if (newTag != pReq->resultTag) {
2825 pReq->resultTag, newTag);
2826 pReq->resultTag = newTag;