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

Method get

winch/codegen/src/abi/mod.rs:396–398  ·  view source on GitHub ↗
(&self, n: usize)

Source from the content-addressed store, hash-verified

394 /// Get the [`ABIOperand`] result in the nth position.
395 #[cfg(test)]
396 pub fn get(&self, n: usize) -> Option<&ABIOperand> {
397 self.operands.inner.get(n)
398 }
399
400 /// Returns the first [`ABIOperand`].
401 /// Useful in situations where the function signature is known to

Callers 15

registerMethod · 0.45
int_abi_sigFunction · 0.45
float_abi_sigFunction · 0.45
vector_abi_sigFunction · 0.45
mixed_abi_sigFunction · 0.45
system_v_call_convFunction · 0.45
fastcall_call_convFunction · 0.45
xreg_abi_sigFunction · 0.45
vreg_abi_sigFunction · 0.45

Calls

no outgoing calls

Tested by 14

int_abi_sigFunction · 0.36
float_abi_sigFunction · 0.36
vector_abi_sigFunction · 0.36
mixed_abi_sigFunction · 0.36
system_v_call_convFunction · 0.36
fastcall_call_convFunction · 0.36
xreg_abi_sigFunction · 0.36
vreg_abi_sigFunction · 0.36
mixed_abi_sigFunction · 0.36