Searched refs:ExceptionContextLoc (Results 1 – 4 of 4) sorted by relevance
| /wasmtime-44.0.1/crates/unwinder/src/ |
| H A D | exception_table.rs | 20 ExceptionContextLoc, FinalizedMachCallSite, FinalizedMachExceptionHandler, binemit::CodeOffset, 163 FinalizedMachExceptionHandler::Context(ExceptionContextLoc::SPOffset( in add_func() 168 FinalizedMachExceptionHandler::Context(ExceptionContextLoc::GPR(_)) => { in add_func()
|
| /wasmtime-44.0.1/cranelift/codegen/src/ |
| H A D | lib.rs | 72 ExceptionContextLoc, FinalizedMachCallSite, FinalizedMachExceptionHandler, FinalizedMachReloc,
|
| /wasmtime-44.0.1/cranelift/codegen/src/machinst/ |
| H A D | buffer.rs | 1984 Context(ExceptionContextLoc), 2015 Context(ExceptionContextLoc), 2024 pub enum ExceptionContextLoc { enum
|
| H A D | abi.rs | 2572 …ExceptionContextLoc::SPOffset(u32::try_from(offset).expect("SP offset cannot be negative or larger… in exception_handlers() 2574 ExceptionContextLoc::GPR(realreg.hw_enc()) in exception_handlers()
|