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

Method pop

include/daScript/simulate/heap.h:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 __forceinline void pop(char * EP, char * SP ) { // restore stack to watermark
67 evalTop = EP;
68 stackTop = SP;
69 }
70
71 __forceinline void invoke(uint32_t et, char * & EP, char * & SP ) { // pass bottom portion of the watermark
72 EP = evalTop;

Callers 7

callFunction · 0.45
callOrFastcallFunction · 0.45
callWithCopyOnReturnFunction · 0.45
invokeFunction · 0.45
callExFunction · 0.45
invokeExMethod · 0.45
~das_stack_prologueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected