MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / onReturn

Function onReturn

src/hx/cppia/CppiaFunction.cpp:630–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628}
629
630static void onReturn( CppiaCompiler *inCompiler, int stackSize )
631{
632 inCompiler->add(sJitArg1.as(jtPointer), sJitFrame.as(jtPointer), stackSize );
633 inCompiler->callNative( (void *)popFrame, sJitCtx.as(jtPointer), sJitArg1.as(jtPointer));
634}
635#endif
636
637

Callers 2

finishGenerationMethod · 0.85
CppiaJitCompilerClass · 0.85

Calls 3

asMethod · 0.80
callNativeMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected