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

Function nested_parent_class

src/lower2/stackmaps.rs:1180–1190  ·  view source on GitHub ↗
(class_name: &str)

Source from the content-addressed store, hash-verified

1178 I::Ldc(index) => state
1179 .stack
1180 .push(frame_value_from_ldc(constant_pool, u16::from(*index))?),
1181 I::Ldc_w(index) => state
1182 .stack
1183 .push(frame_value_from_ldc(constant_pool, *index)?),
1184 I::Ldc2_w(index) => state
1185 .stack
1186 .push(frame_value_from_ldc2(constant_pool, *index)?),
1187
1188 I::Iload(index) => state.load_local(
1189 u16::from(*index),
1190 local_hints,
1191 load_hint_for_instruction(instruction),
1192 context,
1193 instruction_index,

Callers 1

common_object_classFunction · 0.85

Calls 1

starts_withMethod · 0.45

Tested by

no test coverage detected