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

Method new

cranelift/codegen/src/machinst/abi.rs:318–325  ·  view source on GitHub ↗
(sig_set_abi_args: &'a mut Vec<ABIArg>)

Source from the content-addressed store, hash-verified

316
317impl<'a> ArgsAccumulator<'a> {
318 fn new(sig_set_abi_args: &'a mut Vec<ABIArg>) -> Self {
319 let start = sig_set_abi_args.len();
320 ArgsAccumulator {
321 sig_set_abi_args,
322 start,
323 non_formal_flag: false,
324 }
325 }
326
327 #[inline]
328 pub fn push(&mut self, arg: ABIArg) {

Callers

nothing calls this directly

Calls 15

OkFunction · 0.85
maxFunction · 0.85
checked_round_upFunction · 0.85
abi_sig_for_signatureMethod · 0.80
newFunction · 0.50
lenMethod · 0.45
cloneMethod · 0.45
keysMethod · 0.45
flagsMethod · 0.45
iterMethod · 0.45

Tested by

no test coverage detected