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

Function shift

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

Source from the content-addressed store, hash-verified

1068 | I::Jsr_w(_)
1069 | I::Ret(_)
1070 | I::Ret_w(_)
1071 | I::Ireturn
1072 | I::Lreturn
1073 | I::Freturn
1074 | I::Dreturn
1075 | I::Areturn
1076 | I::Return
1077 | I::Athrow
1078 )
1079}
1080
1081fn merge_block_entry(
1082 target: usize,
1083 incoming: FrameState,

Callers 1

transfer_instructionFunction · 0.85

Calls 1

popMethod · 0.80

Tested by

no test coverage detected