Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
impl 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_run
Method · 0.45
simple_push_pop
Function · 0.45
load_module
Method · 0.45
disas_with_capstone
Function · 0.45
execute
Method · 0.45
execute
Method · 0.45
format_hot_blocks
Method · 0.45
debugger_setup
Method · 0.45
serve_under_debugger
Method · 0.45
add_to_linker
Method · 0.45
debugger_run
Method · 0.45
execute
Method · 0.45
Calls
1
ExecutingPcRef
Class · 0.70
Tested by
1
simple_push_pop
Function · 0.36