Home
last modified time | relevance | path

Searched refs:table_element_type (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dlibcalls.rs324 instance.as_mut().table_element_type(table_index), in table_grow_func_ref()
354 instance.as_mut().table_element_type(table_index), in table_grow_gc_ref()
389 instance.as_mut().table_element_type(table_index), in table_grow_cont_obj()
H A Dinstance.rs746 pub(crate) fn table_element_type( in table_element_type() method