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

Method args

cranelift/codegen/src/machinst/abi.rs:340–342  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

338
339 #[inline]
340 pub fn args(&self) -> &[ABIArg] {
341 &self.sig_set_abi_args[self.start..]
342 }
343
344 #[inline]
345 pub fn args_mut(&mut self) -> &mut [ABIArg] {

Callers 14

mutateMethod · 0.45
newMethod · 0.45
do_remove_constant_phisFunction · 0.45
map_block_callMethod · 0.45
split_off_return_blockFunction · 0.45
process_brifMethod · 0.45
get_ret_argMethod · 0.45
get_argMethod · 0.45
num_argsMethod · 0.45
gen_copy_arg_to_regsMethod · 0.45
gen_call_argsMethod · 0.45

Calls 1

unwrapMethod · 0.45

Tested by

no test coverage detected