Home
last modified time | relevance | path

Searched refs:operandStack (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
DRpnEvaluator.cpp34 std::stack<Operand*> operandStack; in eval() local
42 operandStack.push(op->eval(m_Module, m_Backend)); in eval()
46 Operand* opd = operandStack.top(); in eval()
47 operandStack.pop(); in eval()
49 operandStack.push(op->eval(m_Module, m_Backend)); in eval()
53 Operand* opd2 = operandStack.top(); in eval()
54 operandStack.pop(); in eval()
55 Operand* opd1 = operandStack.top(); in eval()
56 operandStack.pop(); in eval()
59 operandStack.push(op->eval(m_Module, m_Backend)); in eval()
[all …]