MCPcopy Create free account
hub / github.com/asmjit/asmjit / stack_adjustment

Method stack_adjustment

asmjit/core/func.h:1690–1691  ·  view source on GitHub ↗

Returns function's stack adjustment used in function's prolog and epilog. If the returned value is zero it means that the stack is not adjusted. This can mean both that the stack is not used and/or the stack is only adjusted by instructions that pust/pop registers into/from stack.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

emit_prologMethod · 0.80
emit_epilogMethod · 0.80
emit_prologMethod · 0.80
emit_epilogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected