Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ num_insts
Method
num_insts
cranelift/codegen/src/machinst/vcode.rs:664–666 ·
view source on GitHub ↗
The number of lowered instructions.
(&self)
Source
from the content-addressed store, hash-verified
662
663
/// The number of lowered instructions.
664
pub fn num_insts(&self) -> usize {
665
self.insts.len()
666
}
667
668
fn compute_clobbers_and_function_calls(
669
&self,
Callers
4
lower_clif_block
Method · 0.45
lower
Method · 0.45
emit
Method · 0.45
get_user_stack_map
Method · 0.45
Calls
1
len
Method · 0.45
Tested by
no test coverage detected