Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/unwinder/src/
H A Dexception_table.rs248 pub context_sp_offset: Option<u32>, field
394 context_sp_offset: context, in handlers_for_callsite()
469 context_sp_offset: None, in serialize_exception_table()
474 context_sp_offset: None, in serialize_exception_table()
479 context_sp_offset: None, in serialize_exception_table()
491 context_sp_offset: None, in serialize_exception_table()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dthrow.rs72 .context_sp_offset in compute_handler()
/wasmtime-44.0.1/src/commands/
H A Dobjdump.rs677 let context = match handler.context_sp_offset { in exception_table()