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

Method machine_env

cranelift/codegen/src/machinst/abi.rs:1542–1544  ·  view source on GitHub ↗

Get the ABI-dependent MachineEnv for managing register allocation.

(&self)

Source from the content-addressed store, hash-verified

1540
1541 /// Get the ABI-dependent MachineEnv for managing register allocation.
1542 pub fn machine_env(&self) -> &MachineEnv {
1543 M::get_machine_env(&self.flags, self.call_conv)
1544 }
1545
1546 /// The offsets of all sized stack slots (not spill slots) for debuginfo purposes.
1547 pub fn sized_stackslot_offsets(&self) -> &PrimaryMap<StackSlot, u32> {

Callers 2

compileFunction · 0.80
collect_operandsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected