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

Method call

source/emulation/cpu/jit/jit.cpp:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void Jit::call(CallNoArgs address) {
163 std::vector<DynParam> params;
164 params.push_back(DynParam(JitCallParamType::CPU));
165 callHostFunction((void*)address, params);
166}
167
168void Jit::call_I(CallI address, U32 value) {
169 std::vector<DynParam> params;

Callers 12

boxedwine-shell.jsFile · 0.45
forEachGroupMethod · 0.45
normal_callApFunction · 0.45
normal_callFarFunction · 0.45
normal_callFarE16Function · 0.45
normal_callFarE32Function · 0.45
callLoadCacheMethod · 0.45
callWriteCacheMethod · 0.45
callHostFunctionMethod · 0.45
nakedCallMethod · 0.45
createStartJITCodeMethod · 0.45

Calls 3

DynParamClass · 0.85
callHostFunctionFunction · 0.50
push_backMethod · 0.45

Tested by

no test coverage detected