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

Method is_category2

src/lower2/stackmaps.rs:32–34  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

30}
31
32pub(super) struct FrameAnalysis {
33 block_starts: Vec<usize>,
34 entry_states: Vec<Option<FrameState>>,
35}
36
37impl FrameAnalysis {

Callers 6

pop_category1Method · 0.80
store_localMethod · 0.80
transfer_instructionFunction · 0.80
push_local_valueFunction · 0.80
set_slot_valueFunction · 0.80
locals_for_stack_mapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected