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

Method args_mut

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

Source from the content-addressed store, hash-verified

343
344 #[inline]
345 pub fn args_mut(&mut self) -> &mut [ABIArg] {
346 &mut self.sig_set_abi_args[self.start..]
347 }
348}
349
350/// Trait implemented by machine-specific backend to provide information about

Callers 3

reverse_stackFunction · 0.80
compute_arg_locsMethod · 0.80
compute_arg_locsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected