Home
last modified time | relevance | path

Searched refs:FunctionCallDepth (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Devaluator.cc80 if (FunctionCallDepth() > max_depth) { in EnterStackFrame()
82 << ", (function call depth: " << FunctionCallDepth() in EnterStackFrame()
92 … << "), enter, function call depth: " << FunctionCallDepth() << " - " << StackFrameDepth(); in EnterStackFrame()
108 … << "), leave, function call depth: " << FunctionCallDepth() << " - " << StackFrameDepth(); in LeaveStackFrame()
200 if (FunctionCallDepth() > max_depth) { in Eval()
202 << ", (function call depth: " << FunctionCallDepth() in Eval()
212 … << "), enter, function call depth: " << FunctionCallDepth() << " - " << StackFrameDepth(); in Eval()
251 << ", current function call depth: " << FunctionCallDepth(); in Eval()
271 … << "), leave, function call depth: " << FunctionCallDepth() << " - " << StackFrameDepth(); in Eval()
Dstatic_analysis.h49 size_t FunctionCallDepth();
Dstatic_analysis.cc60 size_t FunctionCallDepth() { return function_call_depth; } in FunctionCallDepth() function