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

Method constants

cranelift/codegen/src/machinst/vcode.rs:412–414  ·  view source on GitHub ↗

Access the constants.

(&mut self)

Source from the content-addressed store, hash-verified

410
411 /// Access the constants.
412 pub fn constants(&mut self) -> &mut VCodeConstants {
413 &mut self.vcode.constants
414 }
415
416 fn compute_preds_from_succs(&mut self) {
417 // Do a linear-time counting sort: first determine how many

Callers 2

use_constantMethod · 0.45
generateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected