Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ getBufferSize
Method
getBufferSize
source/emulation/cpu/armv8/jitArmV8CodeGen.cpp:5566–5569 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5564
}
5565
5566
U32 JitArmV8CodeGen::getBufferSize() {
5567
code.flatten();
5568
return (U32)code.code_size();
5569
}
5570
5571
void JitArmV8CodeGen::copyBuffer(U8* dst, U32 size) {
5572
code.copy_flattened_data(dst, size);
Callers
nothing calls this directly
Calls
2
flatten
Method · 0.80
code_size
Method · 0.80
Tested by
no test coverage detected