Home
last modified time | relevance | path

Searched defs:current_stack_frame (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Devaluator.cc62 …aluator::EnterStackFrame(const AnalysisEnginePtr &engine, const StackFramePtr &current_stack_frame, in EnterStackFrame()
95 …phEvaluator::LeaveStackFrame(const AnalysisEnginePtr &, const StackFramePtr &current_stack_frame) { in LeaveStackFrame()
117 …auto current_stack_frame = std::make_shared<StackFrame>(shared_from_base<Evaluator>(), fg, context… in LaunchStackFrame() local
/third_party/quickjs/
Dquickjs.c283 struct JSStackFrame *current_stack_frame; member