MCPcopy 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
5566U32 JitArmV8CodeGen::getBufferSize() {
5567 code.flatten();
5568 return (U32)code.code_size();
5569}
5570
5571void JitArmV8CodeGen::copyBuffer(U8* dst, U32 size) {
5572 code.copy_flattened_data(dst, size);

Callers

nothing calls this directly

Calls 2

flattenMethod · 0.80
code_sizeMethod · 0.80

Tested by

no test coverage detected