Home
last modified time | relevance | path

Searched refs:src_table_index (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dlibcalls.rs477 src_table_index: u32, in table_copy()
483 let src_table_index = TableIndex::from_u32(src_table_index); in table_copy() localVariable
495 .defined_table_index_and_instance(src_table_index); in table_copy()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dfunc_environ.rs313 src_table_index: TableIndex, in get_table_copy_func()
319 src_table_index.as_u32() as usize, in get_table_copy_func()
3468 src_table_index: TableIndex, in translate_table_copy()
3474 self.get_table_copy_func(&mut builder.func, dst_table_index, src_table_index); in translate_table_copy()
3478 let src = self.cast_index_to_i64(&mut pos, src, self.table(src_table_index).idx_type); in translate_table_copy()
3480 && index_type_to_ir_type(self.table(src_table_index).idx_type) == I64 in translate_table_copy()
/wasmtime-44.0.1/crates/cranelift/src/translate/
H A Dcode_translator.rs1680 src_table: src_table_index, in translate_operator()
1688 TableIndex::from_u32(*src_table_index), in translate_operator()