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

Function relative_switch_target

src/lower2/stackmaps.rs:1368–1381  ·  view source on GitHub ↗
(
    instruction_index: usize,
    offset: i32,
    context: &str,
)

Source from the content-addressed store, hash-verified

1366 &mut state,
1367 *local,
1368 FrameValue::Float,
1369 context,
1370 instruction_index,
1371 )?,
1372 I::Dstore_w(local) => store_fixed(
1373 &mut state,
1374 *local,
1375 FrameValue::Double,
1376 context,
1377 instruction_index,
1378 )?,
1379 I::Astore_w(local) => {
1380 store_reference_fixed(&mut state, *local, context, instruction_index)?
1381 }
1382
1383 I::Iaload | I::Baload | I::Caload | I::Saload => {
1384 state.pop(context, instruction_index)?;

Callers 1

transfer_instructionFunction · 0.85

Calls 2

to_stringMethod · 0.80

Tested by

no test coverage detected