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

Function next_successor

src/lower2/stackmaps.rs:1008–1010  ·  view source on GitHub ↗
(index: usize, state: FrameState)

Source from the content-addressed store, hash-verified

1006fn frame_blocks(
1007 instructions: &[Instruction],
1008 exception_table: &[ExceptionTableEntry],
1009) -> (Vec<usize>, Vec<usize>, Vec<usize>) {
1010 let mut starts = BTreeSet::from([0usize]);
1011 for target in branch_targets(instructions) {
1012 if usize::from(target) < instructions.len() {
1013 starts.insert(usize::from(target));

Callers 2

transfer_instructionFunction · 0.85
branch_successorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected