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

Method bottom

include/daScript/simulate/heap.h:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 __forceinline char * bottom() const { // bottom of the stack
106 return stack;
107 }
108
109 __forceinline char * top() const { // top of the stack
110 return stack + stackSize;

Callers 12

evalMethod · 0.80
reportAnyHeapMethod · 0.80
collectHeapMethod · 0.80
evalMethod · 0.80
dapiStackWalkFunction · 0.80
logMemInfoMethod · 0.80
invokeFunction · 0.80
invokeExMethod · 0.80
vec4fMethod · 0.80
vec4fMethod · 0.80
vec4fMethod · 0.80
vec4fMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected