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

Method is_sp

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

Returns true if the return area is addressed via the stack pointer.

(&self)

Source from the content-addressed store, hash-verified

275
276 /// Returns true if the return area is addressed via the stack pointer.
277 pub fn is_sp(&self) -> bool {
278 match self {
279 Self::SP(_) => true,
280 _ => false,
281 }
282 }
283
284 /// Returns true if the return area is uninitialized.
285 pub fn is_uninit(&self) -> bool {

Callers 1

pop_abi_results_implMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected