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

Method nakedReturn

source/emulation/cpu/armv8/jitArmV8CodeGen.cpp:2868–2870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2866}
2867
2868void JitArmV8CodeGen::nakedReturn() {
2869 compiler.ret(asmjit::a64::x30);
2870}
2871
2872void JitArmV8CodeGen::callHostFunctionWithResult(RegPtr result, void* address, const std::vector<DynParam>& params) {
2873 compiler.blr(xWriteCacheToCPU);

Callers

nothing calls this directly

Calls 1

retMethod · 0.45

Tested by

no test coverage detected