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

Method createSyncFromHost

source/emulation/cpu/armv8/jitArmV8CodeGen.cpp:6948–6952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6946}
6947
6948U8* JitArmV8CodeGen::createSyncFromHost() {
6949 writeCacheToCPU();
6950 compiler.ret(asmjit::a64::x30);
6951 return createDynamicExecutableMemory();
6952}
6953
6954JitCodeGen* startNewJIT(CPU* cpu) {
6955 return new JitArmV8CodeGen(cpu);

Callers

nothing calls this directly

Calls 1

retMethod · 0.45

Tested by

no test coverage detected