Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4489
U32 JitX86CodeGen::getBufferSize() {
4490
code.flatten();
4491
return (U32)code.code_size();
4492
}
4493
4494
void JitX86CodeGen::copyBuffer(U8* dst, U32 size) {
4495
code.relocate_to_base((DYN_PTR_SIZE)dst);
Callers
nothing calls this directly
Calls
2
flatten
Method · 0.80
code_size
Method · 0.80
Tested by
no test coverage detected