Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dtraphandlers.rs26 use crate::{EntryStoreContext, prelude::*};
422 old_state: &mut EntryStoreContext, in catch_traps() argument
475 use crate::EntryStoreContext;
560 old_state: *mut EntryStoreContext,
575 old_state: *mut EntryStoreContext, in new() argument
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dfunc.rs1448 let mut previous_runtime_state = EntryStoreContext::enter_wasm(store, &mut initial_stack_csi); in invoke_wasm_and_catch_traps()
1469 pub(crate) struct EntryStoreContext { struct
1485 impl EntryStoreContext { implementation
1611 impl Drop for EntryStoreContext { implementation