MCPcopy Create free account
hub / github.com/Chemiculs/qengine / setLocalStackAlignment

Method setLocalStackAlignment

src/qengine/extern/asmjit/core/func.h:1160–1163  ·  view source on GitHub ↗

Sets local stack alignment. \note This also updates the final stack alignment.

Source from the content-addressed store, hash-verified

1158 //!
1159 //! \note This also updates the final stack alignment.
1160 inline void setLocalStackAlignment(uint32_t value) noexcept {
1161 _localStackAlignment = uint8_t(value);
1162 _finalStackAlignment = Support::max(_naturalStackAlignment, _callStackAlignment, _localStackAlignment);
1163 }
1164
1165 //! Combines call stack alignment with `alignment`, updating it to the greater value.
1166 //!

Callers 1

updateStackFrameMethod · 0.80

Calls 1

maxFunction · 0.85

Tested by

no test coverage detected