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

Method has_retptr

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

Returns true if the [ABISig] has an extra parameter for stack results.

(&self)

Source from the content-addressed store, hash-verified

549
550 /// Returns true if the [ABISig] has an extra parameter for stack results.
551 pub fn has_retptr(&self) -> bool {
552 self.has_retptr
553 }
554
555 /// Returns the last [ABIOperand] used as the pointer to the
556 /// stack results area.

Callers 4

newMethod · 0.80
params_without_retptrMethod · 0.80
emit_prologueMethod · 0.80
emit_bodyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected