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

Method get

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

Returns the data associated with the specified constant.

(&self, c: VCodeConstant)

Source from the content-addressed store, hash-verified

1898
1899 /// Returns the data associated with the specified constant.
1900 pub fn get(&self, c: VCodeConstant) -> &VCodeConstantData {
1901 &self.constants[c]
1902 }
1903
1904 /// Checks if the given [VCodeConstantData] is registered as
1905 /// used by the pool.

Callers 14

emitMethod · 0.45
get_user_stack_mapMethod · 0.45
block_insnsMethod · 0.45
block_succsMethod · 0.45
block_predsMethod · 0.45
block_paramsMethod · 0.45
branch_blockparamsMethod · 0.45
inst_operandsMethod · 0.45
inst_clobbersMethod · 0.45
fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected