Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/func_environ/gc/
H A Denabled.rs579 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 Dconst_expr.rs333 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 Dlibcalls.rs813 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 Dcode_translator.rs2772 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 Dtypes.rs2022 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 Dgc.rs53 array_type_index: TypeIndex, in alloc_array()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dfunc_environ.rs2701 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 Dnull.rs189 array_type_index: TypeIndex, in alloc_array()
193 func_env.module.types[array_type_index].unwrap_module_type_index(); in alloc_array()
H A Ddrc.rs389 array_type_index: TypeIndex, in alloc_array()
393 func_env.module.types[array_type_index].unwrap_module_type_index(); in alloc_array()