Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
computeBlockCMResOfs
Function · 0.45
computeLocal
Function · 0.45
computeLocalRefOff
Function · 0.45
computeBlockArgument
Function · 0.45
computeBlockArgumentRef
Function · 0.45
compute
Method · 0.45
vec4f
Method · 0.45
vec4f
Method · 0.45
compute
Method · 0.45
compute
Method · 0.45
if
Method · 0.45
compute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected