↓ 20 callersFunctionrewrite_fixed_load(
kind: LocalKind,
old_index: u16,
slot_map: &BTreeMap<u16, u16>,
touch: &mut F,
)
src/lower2/optimise2.rs:1285
↓ 20 callersFunctionrewrite_fixed_store(
kind: LocalKind,
old_index: u16,
slot_map: &BTreeMap<u16, u16>,
touch: &mut F,
)
src/lower2/optimise2.rs:1299
↓ 5 callersMethodis_jvm_primitive_likeChecks if the type is treated as a primitive on the JVM stack (byte, short, int, long, float, double, char, boolean).
src/oomir.rs:1024