Home
last modified time | relevance | path

Searched refs:encoded_function_len (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/cranelift/src/
H A Dobj.rs328 let encoded_function_len = function_len / 4; in push() localVariable
329 assert!(encoded_function_len < (1 << 18), "function too large"); in push()
330 let mut word1 = u32::try_from(encoded_function_len).unwrap(); in push()