Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/
H A Ddebug.rs19 OwnedMemoryIndex, PrimaryMap, PtrSize, StaticModuleIndex, Tunables, VMOffsets,
108 let index = OwnedMemoryIndex::new(0); in new()
/wasmtime-44.0.1/crates/environ/src/
H A Dvmoffsets.rs38 FuncRefIndex, GlobalIndex, MemoryIndex, Module, OwnedMemoryIndex, TableIndex, TagIndex,
1014 pub fn vmctx_vmmemory_definition(&self, index: OwnedMemoryIndex) -> u32 { in vmctx_vmmemory_definition()
1089 pub fn vmctx_vmmemory_definition_base(&self, index: OwnedMemoryIndex) -> u32 { in vmctx_vmmemory_definition_base()
1095 pub fn vmctx_vmmemory_definition_current_length(&self, index: OwnedMemoryIndex) -> u32 { in vmctx_vmmemory_definition_current_length()
H A Dmodule.rs494 pub fn owned_memory_index(&self, memory: DefinedMemoryIndex) -> OwnedMemoryIndex { in owned_memory_index() argument
510 OwnedMemoryIndex::new(owned_memory_index) in owned_memory_index()
H A Dtypes.rs1592 pub struct OwnedMemoryIndex(u32); struct
1593 entity_impl_with_try_clone!(OwnedMemoryIndex);