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

Method new

src/lower2/stackmaps.rs:48–55  ·  view source on GitHub ↗
(initial_locals: Vec<FrameValue>, max_locals: usize)

Source from the content-addressed store, hash-verified

46 matches!(self, FrameValue::Long | FrameValue::Double)
47 }
48
49 fn is_reference_like(&self) -> bool {
50 matches!(
51 self,
52 FrameValue::Null
53 | FrameValue::Object(_)
54 | FrameValue::UninitializedThis
55 | FrameValue::Uninitialized(_)
56 )
57 }
58}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected