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

Method jump

src/hx/cppia/CppiaCompiler.cpp:442–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440 }
441
442 JumpId jump(LabelId inTo=0) HXCPP_OVERRIDE
443 {
444 if (compiler)
445 {
446 JumpId result = sljit_emit_jump(compiler, SLJIT_JUMP);
447 if (inTo)
448 sljit_set_label(result, inTo);
449
450 return result;
451 }
452 return 0;
453 }
454
455 void jump(const JitVal &inWhere) HXCPP_OVERRIDE
456 {

Callers 12

genCodeMethod · 0.80
genCodeMethod · 0.80
genFunctionResultFunction · 0.80
genCodeMethod · 0.80
genCodeMethod · 0.80
genCodeMethod · 0.80
genCodeMethod · 0.80
genCodeMethod · 0.80
genCompareMethod · 0.80
genCompareMethod · 0.80
genCodeMethod · 0.80
genDefaultMethod · 0.80

Calls 3

sljit_set_labelFunction · 0.85
sljit_emit_jumpFunction · 0.50
sljit_emit_ijumpFunction · 0.50

Tested by

no test coverage detected