MCPcopy Create free account
hub / github.com/IntegralPilot/rustc_codegen_jvm / unary

Function unary

src/lower2/stackmaps.rs:1047–1056  ·  view source on GitHub ↗
(
    state: &mut FrameState,
    value: FrameValue,
    context: &str,
    instruction_index: usize,
)

Source from the content-addressed store, hash-verified

1045 matches!(
1046 instruction,
1047 I::Ifeq(_)
1048 | I::Ifne(_)
1049 | I::Iflt(_)
1050 | I::Ifge(_)
1051 | I::Ifgt(_)
1052 | I::Ifle(_)
1053 | I::If_icmpeq(_)
1054 | I::If_icmpne(_)
1055 | I::If_icmplt(_)
1056 | I::If_icmpge(_)
1057 | I::If_icmpgt(_)
1058 | I::If_icmple(_)
1059 | I::If_acmpeq(_)

Callers 1

transfer_instructionFunction · 0.85

Calls 1

popMethod · 0.80

Tested by

no test coverage detected