Searched refs:StackIndex (Results 1 – 6 of 6) sorted by relevance
25 typedef int StackIndex; typedef67 StackIndex stackAlloc(int count);71 StackIndex getLValue(const Expression& expr);83 std::vector<std::unordered_map<const Variable*, StackIndex>> fVars;
49 StackIndex current = (StackIndex) fStack.size(); in run()71 Interpreter::StackIndex Interpreter::stackAlloc(int count) { in stackAlloc()165 StackIndex pos = this->stackAlloc(SizeOf(var->fType)); in runStatement()188 Interpreter::StackIndex Interpreter::getLValue(const Expression& expr) { in getLValue()237 StackIndex transpose = evaluate(*a.fArguments[0]).fInt; in appendStage()308 StackIndex left = this->getLValue(*b.fLeft); \ in evaluate()325 StackIndex left = this->getLValue(*b.fLeft); \ in evaluate()366 StackIndex left = this->getLValue(*b.fLeft); in evaluate()397 StackIndex pos = this->evaluate(*idx.fBase).fInt + in evaluate()425 StackIndex lvalue = this->getLValue(*p.fOperand); in evaluate()
75 typedef int StackIndex; typedef