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

Method on_stack

winch/codegen/src/abi/mod.rs:418–420  ·  view source on GitHub ↗

Returns true if the [`ABIResults`] require space on the machine stack for results.

(&self)

Source from the content-addressed store, hash-verified

416 /// Returns true if the [`ABIResults`] require space on the machine stack
417 /// for results.
418 pub fn on_stack(&self) -> bool {
419 self.operands.bytes > 0
420 }
421
422 /// Set the return area of the signature.
423 ///

Callers 6

visit_br_ifMethod · 0.80
sig_fromMethod · 0.80
sig_fromMethod · 0.80
has_stack_resultsMethod · 0.80
initMethod · 0.80
push_abi_resultsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected