Searched refs:ExceptionHandler (Results 1 – 2 of 2) sorted by relevance
| /wasmtime-44.0.1/crates/unwinder/src/ |
| H A D | exception_table.rs | 242 pub struct ExceptionHandler { struct 308 pub fn lookup_pc(&self, pc: u32) -> (Option<u32>, impl Iterator<Item = ExceptionHandler> + '_) { in lookup_pc() 383 fn handlers_for_callsite(&self, idx: usize) -> impl Iterator<Item = ExceptionHandler> { in handlers_for_callsite() 392 ExceptionHandler { in handlers_for_callsite() 460 assert_eq!(iter.collect::<Vec<ExceptionHandler>>(), vec![]); in serialize_exception_table() 465 iter.collect::<Vec<ExceptionHandler>>(), in serialize_exception_table() 467 ExceptionHandler { in serialize_exception_table() 472 ExceptionHandler { in serialize_exception_table() 477 ExceptionHandler { in serialize_exception_table() 488 iter.collect::<Vec<ExceptionHandler>>(), in serialize_exception_table() [all …]
|
| /wasmtime-44.0.1/src/commands/ |
| H A D | objdump.rs | 21 use wasmtime_unwinder::{ExceptionHandler, ExceptionTable}; 568 Option<Peekable<Box<dyn Iterator<Item = (u32, Option<u32>, Vec<ExceptionHandler>)> + 'a>>>,
|