Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/interpreter/src/
H A Dinterpreter.rs587 let state = InterpreterState::default().with_function_store(env); in sanity()
606 let state = InterpreterState::default().with_function_store(env); in udiv_by_zero_traps()
627 let state = InterpreterState::default().with_function_store(env); in sdiv_min_by_neg_one_traps_with_overflow()
661 let state = InterpreterState::default().with_function_store(env); in function_references()
751 let state = InterpreterState::default().with_function_store(env); in stack_slots_multi_functions()
782 let state = InterpreterState::default().with_function_store(env); in out_of_slot_write_traps()
808 let state = InterpreterState::default().with_function_store(env); in partial_out_of_slot_write_traps()
833 let state = InterpreterState::default().with_function_store(env); in out_of_slot_read_traps()
858 let state = InterpreterState::default().with_function_store(env); in partial_out_of_slot_read_traps()
886 let state = InterpreterState::default().with_function_store(env); in partial_out_of_slot_read_by_addr_traps()
[all …]
/wasmtime-44.0.1/cranelift/filetests/src/
H A Dtest_interpret.rs89 .with_function_store(func_store.clone()) in run_test()
/wasmtime-44.0.1/cranelift/src/
H A Dinterpret.rs126 let state = InterpreterState::default().with_function_store(env.clone()); in run()
/wasmtime-44.0.1/fuzz/fuzz_targets/
H A Dcranelift-fuzzgen.rs315 .with_function_store(env) in build_interpreter()