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

Method copyBuffer

source/emulation/cpu/x32/jitX86CodeGen.cpp:4494–4497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4492}
4493
4494void JitX86CodeGen::copyBuffer(U8* dst, U32 size) {
4495 code.relocate_to_base((DYN_PTR_SIZE)dst);
4496 code.copy_flattened_data(dst, size);
4497}
4498
4499U32 JitX86CodeGen::getBufferLocation(U32 id) {
4500 return (U32)code.label_offset(labels.at(id));

Callers

nothing calls this directly

Calls 2

relocate_to_baseMethod · 0.80
copy_flattened_dataMethod · 0.80

Tested by

no test coverage detected