Home
last modified time | relevance | path

Searched defs:array_type_index (Results 1 – 3 of 3) sorted by relevance

/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/wasmtime/src/runtime/vm/
H A Dlibcalls.rs823 let array_type_index = ModuleInternedTypeIndex::from_u32(array_type_index); in array_new_data() localVariable
895 let array_type_index = ModuleInternedTypeIndex::from_u32(array_type_index); in array_init_data() localVariable
982 let array_type_index = ModuleInternedTypeIndex::from_u32(array_type_index); in array_new_elem() localVariable
/wasmtime-44.0.1/crates/cranelift/src/func_environ/gc/
H A Denabled.rs1035 let array_type_index = func_env.module.types[array_type_index].unwrap_module_type_index(); in translate_array_get() localVariable
1058 let array_type_index = func_env.module.types[array_type_index].unwrap_module_type_index(); in translate_array_set() localVariable