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

Method value_type

cranelift/codegen/src/opts.rs:250–252  ·  view source on GitHub ↗
(&mut self, val: Value)

Source from the content-addressed store, hash-verified

248
249 #[inline]
250 fn value_type(&mut self, val: Value) -> Type {
251 self.ctx.func.dfg.value_type(val)
252 }
253
254 fn resolve_jump_table_entry(&mut self, table: JumpTable, index: u64) -> BlockCall {
255 let jt_data = &self.ctx.func.dfg.jump_tables[table];

Callers 1

nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected