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

Method copyBuffer

source/emulation/cpu/armv8/jitArmV8CodeGen.cpp:5571–5573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5569}
5570
5571void JitArmV8CodeGen::copyBuffer(U8* dst, U32 size) {
5572 code.copy_flattened_data(dst, size);
5573}
5574
5575
5576U32 JitArmV8CodeGen::getIfJumpSize() {

Callers

nothing calls this directly

Calls 1

copy_flattened_dataMethod · 0.80

Tested by

no test coverage detected