MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / push

Method push

cranelift/codegen/meta/src/cdsl/instructions.rs:20–23  ·  view source on GitHub ↗
(&mut self, builder: InstructionBuilder)

Source from the content-addressed store, hash-verified

18 }
19
20 pub fn push(&mut self, builder: InstructionBuilder) {
21 let inst = builder.build();
22 self.all_instructions.push(inst);
23 }
24}
25
26#[derive(Debug)]

Callers 15

addMethod · 0.45
gen_common_isleFunction · 0.45
generate_macro_inst_fnFunction · 0.45
generate_isle_inst_declsFunction · 0.45
gen_arguments_methodFunction · 0.45
gen_type_constraintsFunction · 0.45
gen_member_initsFunction · 0.45
gen_format_constructorFunction · 0.45
gen_inst_builderFunction · 0.45
gen_imm_inst_builderFunction · 0.45
generate_rustFunction · 0.45

Calls 1

buildMethod · 0.45

Tested by

no test coverage detected