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

Method invokeinterface_count

src/lower2/translator.rs:3533–3539  ·  view source on GitHub ↗
(&self, args: &[oomir::Operand])

Source from the content-addressed store, hash-verified

3531 message: format!("Unsupported type for comparison: {:?}", comparison_type),
3532 });
3533 }
3534 }
3535
3536 self.materialize_boolean_from_branch(dest, branch_constructor)?;
3537
3538 Ok(())
3539 }
3540
3541 fn materialize_boolean_from_branch<'branch>(
3542 &mut self,

Callers 1

translate_instructionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected