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

Method push

cranelift/codegen/src/machinst/abi.rs:328–331  ·  view source on GitHub ↗
(&mut self, arg: ABIArg)

Source from the content-addressed store, hash-verified

326
327 #[inline]
328 pub fn push(&mut self, arg: ABIArg) {
329 debug_assert!(!self.non_formal_flag);
330 self.sig_set_abi_args.push(arg)
331 }
332
333 #[inline]
334 pub fn push_non_formal(&mut self, arg: ABIArg) {

Callers 15

put1Method · 0.45
get_labelMethod · 0.45
register_constantMethod · 0.45
bind_labelMethod · 0.45
use_label_at_offsetMethod · 0.45
add_uncond_branchMethod · 0.45
add_cond_branchMethod · 0.45
defer_trapMethod · 0.45
add_reloc_at_offsetMethod · 0.45
add_trapMethod · 0.45

Calls

no outgoing calls

Tested by 2