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

Method callWriteCache

source/emulation/cpu/x32/jitX86CodeGen.cpp:2515–2517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2513}
2514
2515void JitX86CodeGen::callWriteCache() {
2516 compiler.call((DYN_PTR_SIZE)cpu->thread->process->syncToHost);
2517}
2518
2519void JitX86CodeGen::callHostFunction(void* address, const std::vector<DynParam>& params, bool restoreCache, bool saveCache) {
2520 U32 stackAdjust = 0;

Callers

nothing calls this directly

Calls 1

callMethod · 0.45

Tested by

no test coverage detected