| /wasmtime-44.0.1/crates/cranelift/src/func_environ/gc/ |
| H A D | enabled.rs | 579 array_type_index: TypeIndex, in translate_array_new() 587 array_type_index, in translate_array_new() 597 array_type_index: TypeIndex, in translate_array_new_default() 608 array_type_index, in translate_array_new_default() 618 array_type_index: TypeIndex, in translate_array_new_fixed() 625 array_type_index, in translate_array_new_fixed() 803 array_type_index: TypeIndex, in translate_array_fill() 1026 array_type_index: TypeIndex, in translate_array_get() 1035 let array_type_index = func_env.module.types[array_type_index].unwrap_module_type_index(); in translate_array_get() localVariable 1049 array_type_index: TypeIndex, in translate_array_set() [all …]
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/ |
| H A D | const_expr.rs | 333 ConstOp::ArrayNew { array_type_index } => { in eval_loop() 334 let ty = store.instance(context.instance).env_module().types[*array_type_index] in eval_loop() 357 ConstOp::ArrayNewDefault { array_type_index } => { in eval_loop() 358 let ty = store.instance(context.instance).env_module().types[*array_type_index] in eval_loop() 383 array_type_index, in eval_loop() 386 let ty = store.instance(context.instance).env_module().types[*array_type_index] in eval_loop()
|
| H A D | libcalls.rs | 813 array_type_index: u32, in array_new_data() 823 let array_type_index = ModuleInternedTypeIndex::from_u32(array_type_index); in array_new_data() localVariable 830 let shared_ty = instance.engine_type_index(array_type_index); in array_new_data() 885 array_type_index: u32, in array_init_data() 895 let array_type_index = ModuleInternedTypeIndex::from_u32(array_type_index); in array_init_data() localVariable 921 let shared_ty = instance.engine_type_index(array_type_index); in array_init_data() 969 array_type_index: u32, in array_new_elem() 982 let array_type_index = ModuleInternedTypeIndex::from_u32(array_type_index); in array_new_elem() localVariable 992 let shared_ty = instance.engine_type_index(array_type_index); in array_new_elem() 1052 array_type_index: u32, in array_init_elem() [all …]
|
| /wasmtime-44.0.1/crates/cranelift/src/translate/ |
| H A D | code_translator.rs | 2772 let array_type_index = TypeIndex::from_u32(*array_type_index); in translate_operator() localVariable 2778 let array_type_index = TypeIndex::from_u32(*array_type_index); in translate_operator() localVariable 2787 let array_type_index = TypeIndex::from_u32(*array_type_index); in translate_operator() localVariable 2798 let array_type_index = TypeIndex::from_u32(*array_type_index); in translate_operator() localVariable 2814 let array_type_index = TypeIndex::from_u32(*array_type_index); in translate_operator() localVariable 2845 let array_type_index = TypeIndex::from_u32(*array_type_index); in translate_operator() localVariable 2853 let array_type_index = TypeIndex::from_u32(*array_type_index); in translate_operator() localVariable 2870 let array_type_index = TypeIndex::from_u32(*array_type_index); in translate_operator() localVariable 2889 let array_type_index = TypeIndex::from_u32(*array_type_index); in translate_operator() localVariable 2896 let array_type_index = TypeIndex::from_u32(*array_type_index); in translate_operator() localVariable [all …]
|
| /wasmtime-44.0.1/crates/environ/src/ |
| H A D | types.rs | 2022 array_type_index: TypeIndex, 2025 array_type_index: TypeIndex, 2028 array_type_index: TypeIndex, 2065 O::ArrayNew { array_type_index } => Self::ArrayNew { in from_wasmparser() 2066 array_type_index: TypeIndex::from_u32(array_type_index), in from_wasmparser() 2068 O::ArrayNewDefault { array_type_index } => Self::ArrayNewDefault { in from_wasmparser() 2069 array_type_index: TypeIndex::from_u32(array_type_index), in from_wasmparser() 2072 array_type_index, in from_wasmparser() 2075 array_type_index: TypeIndex::from_u32(array_type_index), in from_wasmparser()
|
| /wasmtime-44.0.1/crates/cranelift/src/func_environ/ |
| H A D | gc.rs | 53 array_type_index: TypeIndex, in alloc_array()
|
| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | func_environ.rs | 2701 array_type_index: TypeIndex, in translate_array_new() 2705 gc::translate_array_new(self, builder, array_type_index, elem, len) in translate_array_new() 2711 array_type_index: TypeIndex, in translate_array_new_default() 2720 array_type_index: TypeIndex, in translate_array_new_fixed() 2729 array_type_index: TypeIndex, in translate_array_new_data() 2753 array_type_index: TypeIndex, in translate_array_new_elem() 2797 array_type_index: TypeIndex, in translate_array_fill() 2809 array_type_index: TypeIndex, in translate_array_init_data() 2841 array_type_index: TypeIndex, in translate_array_init_elem() 2881 array_type_index: TypeIndex, in translate_array_get() [all …]
|
| /wasmtime-44.0.1/crates/cranelift/src/func_environ/gc/enabled/ |
| H A D | null.rs | 189 array_type_index: TypeIndex, in alloc_array() 193 func_env.module.types[array_type_index].unwrap_module_type_index(); in alloc_array()
|
| H A D | drc.rs | 389 array_type_index: TypeIndex, in alloc_array() 393 func_env.module.types[array_type_index].unwrap_module_type_index(); in alloc_array()
|