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

Method StartElse

source/emulation/cpu/armv8/jitArmV8CodeGen.cpp:5589–5595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5587}
5588
5589void JitArmV8CodeGen::StartElse() {
5590 Label label = compiler.new_label();
5591 compiler.b(label);
5592 compiler.bind(ifLabels.back());
5593 ifLabels.pop_back();
5594 ifLabels.push_back(label);
5595}
5596
5597void JitArmV8CodeGen::EndIf() {
5598 compiler.bind(ifLabels.back());

Callers

nothing calls this directly

Calls 6

bMethod · 0.80
pop_backMethod · 0.80
new_labelMethod · 0.45
bindMethod · 0.45
backMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected