Lines Matching refs:stackPtr
2154 ALOGE("b/34031018, stackPtr(%d)", *pStackPtr);
2280 EAS_INT stackPtr;
2284 stackPtr = -1;
2297 if ((result = PopcdlStack(stack, &stackPtr, &x)) != EAS_SUCCESS)
2299 if ((result = PopcdlStack(stack, &stackPtr, &y)) != EAS_SUCCESS)
2354 if ((result = PopcdlStack(stack, &stackPtr, &x)) != EAS_SUCCESS)
2382 if ((result = PushcdlStack(stack, &stackPtr, x)) != EAS_SUCCESS)
2387 return PopcdlStack(stack, &stackPtr, pValue);