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

Method stack_map_values_mut

cranelift/frontend/src/ssa.rs:239–241  ·  view source on GitHub ↗

Mutable view of [`Self::stack_map_values`].

(&mut self)

Source from the content-addressed store, hash-verified

237
238 /// Mutable view of [`Self::stack_map_values`].
239 pub fn stack_map_values_mut(&mut self) -> &mut EntitySet<Value> {
240 &mut self.stack_map_values
241 }
242
243 /// Propagate the needs-stack-map bit from `var` to `val`.
244 fn record_stack_map_binding(&mut self, var: Variable, val: Value) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected