Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dstacks.rs210 let stack_len_global = globals.len(); in wasm() localVariable
258 body.instruction(&Instruction::GlobalGet(stack_len_global)) in wasm()
265 .instruction(&Instruction::GlobalGet(stack_len_global)) in wasm()
268 .instruction(&Instruction::GlobalSet(stack_len_global)); in wasm()
273 body.instruction(&Instruction::GlobalGet(stack_len_global)) in wasm()
276 .instruction(&Instruction::GlobalSet(stack_len_global)); in wasm()
361 .instruction(&Instruction::GlobalSet(stack_len_global)); in wasm()
389 .instruction(&Instruction::GlobalGet(stack_len_global)); in wasm()