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

Method comeFrom

src/hx/cppia/CppiaCompiler.cpp:549–556  ·  view source on GitHub ↗

Link

Source from the content-addressed store, hash-verified

547
548 // Link
549 void comeFrom(JumpId inJump) HXCPP_OVERRIDE
550 {
551 if (compiler)
552 {
553 sljit_label *label = sljit_emit_label(compiler);
554 sljit_set_label(inJump, label);
555 }
556 }
557 LabelId addLabel() HXCPP_OVERRIDE
558 {
559 if (compiler)

Callers 15

genCodeMethod · 0.80
genCodeMethod · 0.80
genCodeMethod · 0.80
genFunctionResultFunction · 0.80
genCodeMethod · 0.80
genCodeMethod · 0.80
genCodeMethod · 0.80
genWriteBarrierFunction · 0.80
genCodeMethod · 0.80
genCodeMethod · 0.80
genCodeMethod · 0.80

Calls 2

sljit_set_labelFunction · 0.85
sljit_emit_labelFunction · 0.50

Tested by

no test coverage detected