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

Method context

cranelift/codegen/src/verifier/mod.rs:324–326  ·  view source on GitHub ↗
(&self, inst: Inst)

Source from the content-addressed store, hash-verified

322 /// Determine a contextual error string for an instruction.
323 #[inline]
324 fn context(&self, inst: Inst) -> String {
325 self.func.dfg.display_inst(inst).to_string()
326 }
327
328 // Check for:
329 // - cycles in the global value declarations.

Callers 15

run_targetMethod · 0.45
runFunction · 0.45
run_targetMethod · 0.45
run_filecheckFunction · 0.45
build_filecheckerFunction · 0.45
run_targetMethod · 0.45
with_host_isaMethod · 0.45
runMethod · 0.45
read_to_stringFunction · 0.45
runFunction · 0.45
set_readonlyMethod · 0.45

Calls 2

display_instMethod · 0.80
to_stringMethod · 0.45

Tested by 6

run_targetMethod · 0.36
run_targetMethod · 0.36
run_filecheckFunction · 0.36
build_filecheckerFunction · 0.36
run_targetMethod · 0.36
runMethod · 0.36