Home
last modified time | relevance | path

Searched refs:func_ref_table (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dgc.rs50 pub func_ref_table: FuncRefTable, field
69 let func_ref_table = FuncRefTable::default(); in new() localVariable
88 func_ref_table, in new()
H A Dlibcalls.rs763 .func_ref_table in intern_func_ref_for_gc_heap()
792 .func_ref_table in get_interned_func_ref()
801 .func_ref_table in get_interned_func_ref()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/enabled/
H A Darrayref.rs176 .func_ref_table in read_elem()
274 let id = unsafe { store.func_ref_table.intern(func_ref) }; in write_elem()
387 let id = unsafe { gcstore.func_ref_table.intern(func_ref) }; in initialize_elem()
H A Dstructref.rs231 let id = unsafe { gcstore.func_ref_table.intern(f) }; in write_field()
321 .func_ref_table in read_field_impl()
390 let id = unsafe { gcstore.func_ref_table.intern(f) }; in initialize_field_impl()