Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ new
Method
new
cranelift/codegen/src/machinst/vcode.rs:66–68 ·
view source on GitHub ↗
(i: usize)
Source
from the content-addressed store, hash-verified
64
65
impl BackwardsInsnIndex {
66
pub fn new(i: usize) -> Self {
67
BackwardsInsnIndex(InsnIndex::new(i))
68
}
69
}
70
71
/// Index referring to a basic block in VCode.
Callers
nothing calls this directly
Calls
4
BackwardsInsnIndex
Class · 0.85
lowered_order
Method · 0.80
new
Function · 0.50
len
Method · 0.45
Tested by
no test coverage detected