Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/
H A Dvmoffsets.rs187 fn vmstore_context_execution_version(&self) -> u8 { in vmstore_context_execution_version() method
194 self.vmstore_context_execution_version() + 8 in vmstore_context_stack_limit()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs451 i32::from(ptr_size.vmstore_context_execution_version()), in compile_wasm_to_array_trampoline()
458 i32::from(ptr_size.vmstore_context_execution_version()), in compile_wasm_to_array_trampoline()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dvmcontext.rs1338 usize::from(offsets.ptr.vmstore_context_execution_version()) in field_offsets()