Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/externals/
H A Dtable.rs564 from: instance.table_ptr(self.index).into(), in vmimport()
593 store[self.instance].table_ptr(self.index).as_ptr().addr() in hash_key()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dinstance.rs407 unsafe { self.table_ptr(index).read() } in table()
413 self.table_ptr(index).write(table); in set_table()
419 pub fn table_ptr(&self, index: DefinedTableIndex) -> NonNull<VMTableDefinition> { in table_ptr() method