Home
last modified time | relevance | path

Searched refs:callStackDepth (Results 1 – 7 of 7) sorted by relevance

/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/core/
H A Dexceptions.cpp62 # define callStackDepth 20 in Exception() macro
63 void* array[callStackDepth]; in Exception()
66 size = backtrace(array, callStackDepth); in Exception()
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/script/
H A DScript_Interpreter.cpp161 callStackDepth = 0; in Reset()
202 scopeDepth = callStackDepth; in GetRegisterValue()
323 return callStackDepth; in GetCallstackDepth()
397 if ( callStackDepth == 0 ) { in StackTrace()
402 top = callStackDepth; in StackTrace()
484 if ( callStackDepth == 0 ) { in DisplayInfo()
578 callStackDepth++; in EnterFunction()
629 if ( callStackDepth <= 0 ) { in LeaveFunction()
658 if ( callStackDepth > 1 ) { in LeaveFunction()
666 callStackDepth--; in LeaveFunction()
[all …]
H A DScript_Interpreter.h50 int callStackDepth; variable
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/script/
H A DScript_Interpreter.cpp161 callStackDepth = 0; in Reset()
202 scopeDepth = callStackDepth; in GetRegisterValue()
323 return callStackDepth; in GetCallstackDepth()
397 if ( callStackDepth == 0 ) { in StackTrace()
402 top = callStackDepth; in StackTrace()
484 if ( callStackDepth == 0 ) { in DisplayInfo()
578 callStackDepth++; in EnterFunction()
629 if ( callStackDepth <= 0 ) { in LeaveFunction()
658 if ( callStackDepth > 1 ) { in LeaveFunction()
666 callStackDepth--; in LeaveFunction()
[all …]
H A DScript_Interpreter.h50 int callStackDepth; variable
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/util/
H A DUtils.scala1437 val callStackDepth = System.getProperty("spark.callstack.depth", "20").toInt constant
1446 val longForm = callStack.take(callStackDepth).mkString("\n")
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/doc/changelogs/
H A DChangeLog-0.8.04369 * server/as_environment.{cpp,h}: provide callStackDepth()