MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / getBufferSize

Method getBufferSize

source/emulation/cpu/x32/jitX86CodeGen.cpp:4489–4492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4487}
4488
4489U32 JitX86CodeGen::getBufferSize() {
4490 code.flatten();
4491 return (U32)code.code_size();
4492}
4493
4494void JitX86CodeGen::copyBuffer(U8* dst, U32 size) {
4495 code.relocate_to_base((DYN_PTR_SIZE)dst);

Callers

nothing calls this directly

Calls 2

flattenMethod · 0.80
code_sizeMethod · 0.80

Tested by

no test coverage detected