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

Method JumpInBlock

source/emulation/cpu/armv8/jitArmV8CodeGen.cpp:5580–5587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5578}
5579
5580void JitArmV8CodeGen::JumpInBlock(U32 address) {
5581 Label label;
5582 if (!opLabels.get(address, label)) {
5583 label = compiler.new_label();
5584 opLabels.set(address, label);
5585 }
5586 compiler.b(label);
5587}
5588
5589void JitArmV8CodeGen::StartElse() {
5590 Label label = compiler.new_label();

Callers

nothing calls this directly

Calls 4

bMethod · 0.80
getMethod · 0.45
new_labelMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected