Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
add
Method · 0.45
gen_common_isle
Function · 0.45
generate_macro_inst_fn
Function · 0.45
generate_isle_inst_decls
Function · 0.45
gen_arguments_method
Function · 0.45
gen_instruction_data_impl
Function · 0.45
gen_type_constraints
Function · 0.45
gen_member_inits
Function · 0.45
gen_format_constructor
Function · 0.45
gen_inst_builder
Function · 0.45
gen_imm_inst_builder
Function · 0.45
generate_rust
Function · 0.45
Calls
1
build
Method · 0.45
Tested by
no test coverage detected