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

Method createEmulateSingleOp

source/emulation/cpu/jit/jitCodeGen.cpp:896–903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894#endif
895
896U8* JitCodeGen::createEmulateSingleOp() {
897 std::vector<DynParam> params;
898 params.push_back(DynParam(JitCallParamType::CPU));
899 callHostFunction((void*)jitRunSingleOp, params);
900 blockExit();
901
902 return createDynamicExecutableMemory();
903}
904
905void JitCodeGen::commitJIT(DecodedOp* op) {
906 if (!blockOpCount) {

Callers 1

doJITMethod · 0.80

Calls 3

DynParamClass · 0.85
callHostFunctionFunction · 0.50
push_backMethod · 0.45

Tested by

no test coverage detected