Searched refs:FunctionCallDepth (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/ |
D | evaluator.cc | 80 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()
|
D | static_analysis.h | 49 size_t FunctionCallDepth();
|
D | static_analysis.cc | 60 size_t FunctionCallDepth() { return function_call_depth; } in FunctionCallDepth() function
|