Home
last modified time | relevance | path

Searched defs:array_size (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dconst_expr.rs390 let array_size = usize::try_from(*array_size).unwrap(); in eval_loop() localVariable
/wasmtime-44.0.1/crates/cranelift/src/translate/
H A Dcode_translator.rs2788 let array_size = usize::try_from(*array_size).unwrap(); in translate_operator() localVariable