Searched refs:getCurrentFrame (Results 1 – 5 of 5) sorted by relevance
63 Frame *InterpState::getCurrentFrame() { in getCurrentFrame() function in InterpState66 return Parent.getCurrentFrame(); in getCurrentFrame()
60 Frame *getSplitFrame() { return Parent.getCurrentFrame(); } in getSplitFrame()61 Frame *getCurrentFrame() override;
66 virtual Frame *getCurrentFrame() = 0;
130 const Frame *Top = getCurrentFrame(); in addCallStack()
1190 interp::Frame *getCurrentFrame() override { return CurrentCall; } in getCurrentFrame() function in __anonfb577fba0411::EvalInfo