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

Method remove

cranelift/codegen/src/ir/instructions.rs:131–133  ·  view source on GitHub ↗

Remove the argument at ix from the argument list.

(&mut self, ix: usize, pool: &mut ValueListPool)

Source from the content-addressed store, hash-verified

129
130 /// Remove the argument at ix from the argument list.
131 pub fn remove(&mut self, ix: usize, pool: &mut ValueListPool) {
132 self.values.remove(1 + ix, pool)
133 }
134
135 /// Clear out the arguments list.
136 pub fn clear(&mut self, pool: &mut ValueListPool) {

Callers 15

pretty_instruction_errorFunction · 0.45
pretty_preamble_errorFunction · 0.45
gen_call_infoMethod · 0.45
emitMethod · 0.45
remove_block_paramMethod · 0.45
aliasesFunction · 0.45
reset_user_func_nameMethod · 0.45
setMethod · 0.45
clone_tagsMethod · 0.45

Calls

no outgoing calls

Tested by 1

aliasesFunction · 0.36