Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5571
void JitArmV8CodeGen::copyBuffer(U8* dst, U32 size) {
5572
code.copy_flattened_data(dst, size);
5573
}
5574
5575
5576
U32 JitArmV8CodeGen::getIfJumpSize() {
Callers
nothing calls this directly
Calls
1
copy_flattened_data
Method · 0.80
Tested by
no test coverage detected