Searched defs:StackFrame (Results 1 – 6 of 6) sorted by relevance
41 struct StackFrame { struct43 StackFrame(r600_bytecode_cf *s, JumpType t): in StackFrame() function50 JumpType type;51 r600_bytecode_cf *start;52 vector<r600_bytecode_cf *> mid;
212 struct StackFrame { struct217 std::stack<StackFrame, std::list<StackFrame>> fStack; argument
29 class StackFrame; variable36 …StackFrame(const EvaluatorPtr &evaluator, const FuncGraphPtr &func_graph, const AnalysisContextPtr… in StackFrame() function
199 class StackFrame; variable
339 struct StackFrame { struct340 const uint8_t* fCode;341 const uint8_t* fIP;342 VValue* fStack;343 int fParameterCount;
2129 ExecutionContext &StackFrame = ECStack.back(); in callFunction() local