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

Method setRefSp

src/ast/ast_simulate.cpp:685–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683 }
684
685 void ExprMakeLocal::setRefSp ( bool ref, bool cmres, uint32_t sp, uint32_t off ) {
686 useStackRef = ref;
687 useCMRES = cmres;
688 doesNotNeedSp = true;
689 doesNotNeedInit = true;
690 stackTop = sp;
691 extraOffset = off;
692 }
693
694 // variant
695

Callers 3

preVisitGlobalLetMethod · 0.80
preVisitMethod · 0.80
preVisitLetMethod · 0.80

Calls 7

getStrideMethod · 0.80
findArgumentIndexMethod · 0.80
getVariantFieldOffsetMethod · 0.80
getTupleFieldOffsetMethod · 0.80
sizeMethod · 0.45
findFieldMethod · 0.45
getSizeOfMethod · 0.45

Tested by

no test coverage detected