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

Method values

cranelift/codegen/src/ir/dfg.rs:366–370  ·  view source on GitHub ↗

Get an iterator over all values.

(&'a self)

Source from the content-addressed store, hash-verified

364
365 /// Get an iterator over all values.
366 pub fn values<'a>(&'a self) -> Values<'a> {
367 Values {
368 inner: self.values.iter(),
369 }
370 }
371
372 /// Check if a value reference is valid.
373 pub fn value_is_valid(&self, v: Value) -> bool {

Callers 15

do_remove_constant_phisFunction · 0.45
create_global_valuesFunction · 0.45
create_sig_refsFunction · 0.45
create_func_refsFunction · 0.45
create_stack_slotsFunction · 0.45
create_dynamic_typesFunction · 0.45
create_immediatesFunction · 0.45
alias_mapFunction · 0.45
block_nodesMethod · 0.45
byte_sizeMethod · 0.45
values_and_defsMethod · 0.45

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected