Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/fuzzing/src/generators/gc_ops/
H A Dops.rs167 let mut struct_count = 0; in to_wasm_binary() localVariable
174 struct_count += u32::try_from(type_ids.len()).unwrap(); in to_wasm_binary()
177 let typed_fn_type_base: u32 = struct_type_base + struct_count; in to_wasm_binary()
179 for i in 0..struct_count { in to_wasm_binary()
201 for i in 0..struct_count { in to_wasm_binary()
233 for i in 0..struct_count { in to_wasm_binary()
282 for i in 0..struct_count { in to_wasm_binary()
324 for i in 0..struct_count { in to_wasm_binary()