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

Function stack_for_stack_map

src/lower2/stackmaps.rs:1609–1618  ·  view source on GitHub ↗
(
    stack: &[FrameValue],
    constant_pool: &mut InternedConstantPool,
    verification_class_cache: &mut HashMap<String, u16>,
)

Source from the content-addressed store, hash-verified

1607 let method = method_ref_info(constant_pool, *method_ref, true)?;
1608 apply_invoke(
1609 &mut state,
1610 &method,
1611 false,
1612 false,
1613 context,
1614 instruction_index,
1615 )?;
1616 }
1617
1618 I::New(class_index) => {
1619 let _ = constant_pool.try_get_class(*class_index)?;
1620 state
1621 .stack

Callers 1

Calls 1

to_verification_typeFunction · 0.85

Tested by

no test coverage detected