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

Function merge_local_value

src/lower2/stackmaps.rs:1127–1135  ·  view source on GitHub ↗
(a: &FrameValue, b: &FrameValue, is_live: bool)

Source from the content-addressed store, hash-verified

1125 |method| {
1126 format!(
1127 "{instruction:?} => {}.{}{}",
1128 method.class_name, method.method_name, method.descriptor
1129 )
1130 },
1131 )
1132}
1133
1134fn instruction_window(
1135 instructions: &[Instruction],
1136 center: usize,
1137 constant_pool: &ConstantPool,
1138) -> String {

Callers 1

merge_stateFunction · 0.85

Calls 1

merge_valueFunction · 0.85

Tested by

no test coverage detected