Searched refs:getCurrentFrame (Results 1 – 5 of 5) sorted by relevance
43 Frame *InterpState::getCurrentFrame() { in getCurrentFrame() function in InterpState47 return Parent.getCurrentFrame(); in getCurrentFrame()
42 Frame *getSplitFrame() { return Parent.getCurrentFrame(); } in getSplitFrame()43 Frame *getCurrentFrame() override;
63 virtual Frame *getCurrentFrame() = 0;
128 Frame *Top = getCurrentFrame(); in addCallStack()
1111 interp::Frame *getCurrentFrame() override { return CurrentCall; } in getCurrentFrame() function in __anondef1c1650311::EvalInfo