Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/func_environ/stack_switching/
H A Dinstructions.rs943 let vm_store_context_offset = env.offsets.ptr.vmctx_store_context(); in vmctx_load_stack_chain() localVariable
948 vm_store_context_offset, in vmctx_load_stack_chain()
971 let vm_store_context_offset = env.offsets.ptr.vmctx_store_context(); in vmctx_store_stack_chain() localVariable
976 vm_store_context_offset, in vmctx_store_stack_chain()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs1317 vm_store_context_offset: u32, in array_to_wasm_trampoline()
1359 vm_store_context_offset, in array_to_wasm_trampoline()
1687 vm_store_context_offset: u32, in save_last_wasm_entry_context()
1696 i32::try_from(vm_store_context_offset).unwrap(), in save_last_wasm_entry_context()