MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / sp

Method sp

include/daScript/simulate/heap.h:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 __forceinline char * sp() const { // execution stack
94 return evalTop;
95 }
96
97 __forceinline uint32_t spi() const { // execution stack offset
98 return uint32_t(evalTop - stack);

Callers 15

computeBlockCMResOfsFunction · 0.45
computeLocalFunction · 0.45
computeLocalRefOffFunction · 0.45
computeBlockArgumentFunction · 0.45
computeBlockArgumentRefFunction · 0.45
computeMethod · 0.45
vec4fMethod · 0.45
vec4fMethod · 0.45
computeMethod · 0.45
computeMethod · 0.45
ifMethod · 0.45
computeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected