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

Function relative_switch_target_opt

src/lower2/stackmaps.rs:1383–1386  ·  view source on GitHub ↗
(instruction_index: usize, offset: i32)

Source from the content-addressed store, hash-verified

1381 }
1382
1383 I::Iaload | I::Baload | I::Caload | I::Saload => {
1384 state.pop(context, instruction_index)?;
1385 state.pop_reference(context, instruction_index)?;
1386 state.stack.push(FrameValue::Integer);
1387 }
1388 I::Laload => array_load(&mut state, FrameValue::Long, context, instruction_index)?,
1389 I::Faload => array_load(&mut state, FrameValue::Float, context, instruction_index)?,

Callers 3

instruction_successorsFunction · 0.85
relative_switch_targetFunction · 0.85
branch_targetsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected