Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/
H A Dunreachable_code.rs68 for (exception, exception_data) in func.stencil.dfg.exception_tables.iter_mut() { in eliminate_unreachable_code()
70 exception_data.clear(); in eliminate_unreachable_code()
H A Dinline.rs753 let exception_data = ExceptionTableData::new( in fixup_inlined_call_exception_tables() localVariable
762 func.dfg.exception_tables[exception] = exception_data; in fixup_inlined_call_exception_tables()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dcode_memory.rs44 exception_data: Range<usize>, field
151 let mut exception_data = 0..0; in new() localVariable
215 obj::ELF_WASMTIME_EXCEPTIONS => exception_data = range, in new()
251 let _ = ExceptionTable::parse(&mmap[exception_data.clone()])?; in new()
273 exception_data, in new()
335 &self.mmap[self.exception_data.clone()] in exception_tables()