Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
mutate
Method · 0.45
new
Method · 0.45
do_remove_constant_phis
Function · 0.45
map_block_call
Method · 0.45
split_off_return_block
Function · 0.45
process_brif
Method · 0.45
get_ret_arg
Method · 0.45
get_arg
Method · 0.45
num_args
Method · 0.45
get_special_purpose_param_register
Function · 0.45
gen_copy_arg_to_regs
Method · 0.45
gen_call_args
Method · 0.45
Calls
1
unwrap
Method · 0.45
Tested by
no test coverage detected