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

Method createSyncToHost

source/emulation/cpu/armv8/jitArmV8CodeGen.cpp:6942–6946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6940}
6941
6942U8* JitArmV8CodeGen::createSyncToHost() {
6943 loadCacheFromCPU();
6944 compiler.ret(asmjit::a64::x30);
6945 return createDynamicExecutableMemory();
6946}
6947
6948U8* JitArmV8CodeGen::createSyncFromHost() {
6949 writeCacheToCPU();

Callers

nothing calls this directly

Calls 1

retMethod · 0.45

Tested by

no test coverage detected