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

Method entries_mut

cranelift/codegen/src/ir/constant.rs:257–259  ·  view source on GitHub ↗

Iterate over mutable entries in the constant pool in insertion order.

(&mut self)

Source from the content-addressed store, hash-verified

255
256 /// Iterate over mutable entries in the constant pool in insertion order.
257 pub fn entries_mut(&mut self) -> impl Iterator<Item = &mut ConstantData> {
258 self.handles_to_values.values_mut()
259 }
260
261 /// Return the number of constants in the pool.
262 pub fn len(&self) -> usize {

Callers

nothing calls this directly

Calls 1

values_mutMethod · 0.45

Tested by

no test coverage detected