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

Method top

include/daScript/simulate/heap.h:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 __forceinline char * top() const { // top of the stack
110 return stack + stackSize;
111 }
112 __forceinline bool is_stack_ptr ( char * p ) const {
113 return (stack<=p) && (p<=(stack + stackSize));
114 }

Callers 7

reportAnyHeapMethod · 0.80
collectHeapMethod · 0.80
dapiStackDepthFunction · 0.80
dapiStackWalkFunction · 0.80
rtti_get_line_infoFunction · 0.80
onAfterPrologueMethod · 0.80
getStackWalkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected