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

Method ap

include/daScript/simulate/heap.h:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 __forceinline char * ap() const { // allocation stack
90 return stackTop;
91 }
92
93 __forceinline char * sp() const { // execution stack
94 return evalTop;

Callers 9

evalMethod · 0.80
reportAnyHeapMethod · 0.80
collectHeapMethod · 0.80
dapiStackDepthFunction · 0.80
dapiStackWalkFunction · 0.80
rtti_get_line_infoFunction · 0.80
getStackWalkMethod · 0.80
invokeFunction · 0.80
invokeExMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected