Lines Matching refs:top
228 OOperand *pRight = rCodeStack.top(); in Exec()
230 OOperand *pLeft = rCodeStack.top(); in Exec()
249 OOperand* pOperand = rCodeStack.top(); in Exec()
288 OOperand* pOperand = rCodeStack.top(); in Exec()
409 OOperand *pRight = rCodeStack.top(); in Exec()
411 OOperand *pLeft = rCodeStack.top(); in Exec()
463 pOperand = rCodeStack.top(); in Exec()
485 OOperand *pRight = rCodeStack.top(); in Exec()
487 OOperand *pLeft = rCodeStack.top(); in Exec()
490 if ( !rCodeStack.empty() && IS_TYPE(OStopOperand,rCodeStack.top()) ) in Exec()
504 OOperand* pOperand = rCodeStack.top(); in Exec()