MCPcopy Create free account
hub / github.com/ZDoom/Raze / sync

Method sync

libraries/asmjit/asmjit/base/codeholder.cpp:231–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229// ============================================================================
230
231void CodeHolder::sync() noexcept {
232 if (_cgAsm) _cgAsm->sync();
233}
234
235// ============================================================================
236// [asmjit::CodeHolder - Result Information]

Callers 4

detachMethod · 0.45
getCodeSizeMethod · 0.45
growBufferMethod · 0.45
reserveBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected