Lines Matching refs:pStackLongs
56 sal_Int32 * pStackLongs, in callVirtualMethod() argument
113 long * q = (long *)pStackLongs; in callVirtualMethod()
131 gpr[nw++] = *pStackLongs; in callVirtualMethod()
132 gpr[nw++] = *(pStackLongs+1); in callVirtualMethod()
136 *p++ = *pStackLongs; in callVirtualMethod()
137 *p++ = *(pStackLongs+1); in callVirtualMethod()
139 pStackLongs += 2; in callVirtualMethod()
144 gpr[nw++] = *((unsigned short*)pStackLongs); in callVirtualMethod()
146 *p++ = *((unsigned short *)pStackLongs); in callVirtualMethod()
148 pStackLongs += 1; in callVirtualMethod()
153 gpr[nw++] = *((char *)pStackLongs); in callVirtualMethod()
155 *p++ = *((char *)pStackLongs); in callVirtualMethod()
157 pStackLongs += 1; in callVirtualMethod()
162 gpr[nw++] = *pStackLongs; in callVirtualMethod()
164 *p++ = *pStackLongs; in callVirtualMethod()
166 pStackLongs += 1; in callVirtualMethod()