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

Method as_ref

pulley/src/profile.rs:49–51  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

47
48impl ExecutingPc {
49 pub(crate) fn as_ref(&self) -> ExecutingPcRef<'_> {
50 ExecutingPcRef(&self.0.current_pc)
51 }
52
53 /// Loads the currently executing program counter, if the interpreter is
54 /// running.

Callers 15

call_runMethod · 0.45
simple_push_popFunction · 0.45
load_moduleMethod · 0.45
disas_with_capstoneFunction · 0.45
executeMethod · 0.45
executeMethod · 0.45
format_hot_blocksMethod · 0.45
debugger_setupMethod · 0.45
serve_under_debuggerMethod · 0.45
add_to_linkerMethod · 0.45
debugger_runMethod · 0.45
executeMethod · 0.45

Calls 1

ExecutingPcRefClass · 0.70

Tested by 1

simple_push_popFunction · 0.36