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

Method callLoadCache

source/emulation/cpu/x32/jitX86CodeGen.cpp:2511–2513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2509}
2510
2511void JitX86CodeGen::callLoadCache() {
2512 compiler.call((DYN_PTR_SIZE)cpu->thread->process->syncFromHost);
2513}
2514
2515void JitX86CodeGen::callWriteCache() {
2516 compiler.call((DYN_PTR_SIZE)cpu->thread->process->syncToHost);

Callers

nothing calls this directly

Calls 1

callMethod · 0.45

Tested by

no test coverage detected