Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
pub(super) struct FrameAnalysis {
33
block_starts: Vec<usize>,
34
entry_states: Vec<Option<FrameState>>,
35
}
36
37
impl FrameAnalysis {
Callers
6
pop_category1
Method · 0.80
store_local
Method · 0.80
transfer_instruction
Function · 0.80
push_local_value
Function · 0.80
set_slot_value
Function · 0.80
locals_for_stack_map
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected