Lines Matching refs:engine
11 let engine = super::engine(); in can_compile() localVariable
21 &engine, in can_compile()
28 &engine, in can_compile()
38 &engine, in can_compile()
55 &engine, in can_compile()
122 let engine = super::engine(); in simple() localVariable
123 let component = Component::new(&engine, component)?; in simple()
124 let mut store = Store::new(&engine, None); in simple()
129 let mut linker = Linker::new(&engine); in simple()
148 let mut linker = Linker::new(&engine); in simple()
220 let engine = super::engine(); in functions_in_instances() localVariable
221 let component = Component::new(&engine, component)?; in functions_in_instances()
226 let mut store = Store::new(&engine, None); in functions_in_instances()
231 let mut linker = Linker::new(&engine); in functions_in_instances()
249 let mut linker = Linker::new(&engine); in functions_in_instances()
340 let engine = super::engine(); in attempt_to_leave_during_malloc() localVariable
341 let mut linker = Linker::new(&engine); in attempt_to_leave_during_malloc()
350 let component = Component::new(&engine, component)?; in attempt_to_leave_during_malloc()
353 let mut store = Store::new(&engine, ()); in attempt_to_leave_during_malloc()
392 let mut store = Store::new(&engine, ()); in attempt_to_leave_during_malloc()
434 let engine = super::engine(); in attempt_to_reenter_during_host() localVariable
435 let component = Component::new(&engine, component)?; in attempt_to_reenter_during_host()
443 let mut store = Store::new(&engine, StaticState { func: None }); in attempt_to_reenter_during_host()
444 let mut linker = Linker::new(&engine); in attempt_to_reenter_during_host()
469 let mut store = Store::new(&engine, DynamicState { func: None }); in attempt_to_reenter_during_host()
470 let mut linker = Linker::new(&engine); in attempt_to_reenter_during_host()
732 let engine = &Engine::new(&config)?; in test_stack_and_heap_args_and_rets() localVariable
733 let component = Component::new(&engine, component)?; in test_stack_and_heap_args_and_rets()
734 let mut store = Store::new(&engine, ()); in test_stack_and_heap_args_and_rets()
738 let mut linker = Linker::new(&engine); in test_stack_and_heap_args_and_rets()
856 let mut linker = Linker::new(&engine); in test_stack_and_heap_args_and_rets()
1034 let engine = super::engine(); in bad_import_alignment() localVariable
1035 let mut linker = Linker::new(&engine); in bad_import_alignment()
1057 let component = Component::new(&engine, component)?; in bad_import_alignment()
1060 let mut store = Store::new(&engine, ()); in bad_import_alignment()
1074 let mut store = Store::new(&engine, ()); in bad_import_alignment()
1116 let engine = super::engine(); in no_actual_wasm_code() localVariable
1117 let component = Component::new(&engine, component)?; in no_actual_wasm_code()
1118 let mut store = Store::new(&engine, 0); in no_actual_wasm_code()
1122 let mut linker = Linker::new(&engine); in no_actual_wasm_code()
1141 let mut linker = Linker::new(&engine); in no_actual_wasm_code()
1162 let engine = super::engine(); in use_types_across_component_boundaries() localVariable
1164 &engine, in use_types_across_component_boundaries()
1182 let mut store = Store::new(&engine, 0); in use_types_across_component_boundaries()
1183 let linker = Linker::new(&engine); in use_types_across_component_boundaries()
1191 &engine, in use_types_across_component_boundaries()
1210 let mut store = Store::new(&engine, 0); in use_types_across_component_boundaries()
1211 let linker = Linker::new(&engine); in use_types_across_component_boundaries()
1222 let engine = super::engine(); in hostcall_fuel_limits_val() localVariable
1224 &engine, in hostcall_fuel_limits_val()
1250 let mut store = Store::new(&engine, 0); in hostcall_fuel_limits_val()
1251 let mut linker = Linker::new(&engine); in hostcall_fuel_limits_val()