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

Function binary

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

Source from the content-addressed store, hash-verified

1056 | I::If_icmpge(_)
1057 | I::If_icmpgt(_)
1058 | I::If_icmple(_)
1059 | I::If_acmpeq(_)
1060 | I::If_acmpne(_)
1061 | I::Ifnull(_)
1062 | I::Ifnonnull(_)
1063 | I::Goto(_)
1064 | I::Goto_w(_)
1065 | I::Tableswitch(_)
1066 | I::Lookupswitch(_)
1067 | I::Jsr(_)
1068 | I::Jsr_w(_)
1069 | I::Ret(_)
1070 | I::Ret_w(_)
1071 | I::Ireturn

Callers 1

transfer_instructionFunction · 0.85

Calls 1

popMethod · 0.80

Tested by

no test coverage detected