Home
last modified time | relevance | path

Searched defs:trap_code (Results 1 – 9 of 9) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/
H A Dtrap_encoding.rs13 pub trap_code: Trap, field
/wasmtime-44.0.1/crates/cranelift/src/
H A Dtrap.rs45 let trap_code = builder.ins().iconst(I8, i64::from(trap as u8)); in trap() localVariable
H A Dfunc_environ.rs1927 let trap_code = match check { in check_and_load_code_and_callee_vmctx() localVariable
/wasmtime-44.0.1/crates/fuzzing/src/oracles/
H A Ddiff_wasmi.rs43 fn trap_code(&self, err: &Error) -> Option<wasmi::TrapCode> { in trap_code() method
/wasmtime-44.0.1/cranelift/assembler-x64/src/
H A Dmem.rs32 pub fn trap_code(&self) -> Option<TrapCode> { in trap_code() method
/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dmemflags.rs355 pub const fn trap_code(self) -> Option<TrapCode> { in trap_code() method
H A Dinstructions.rs501 pub fn trap_code(&self) -> Option<TrapCode> { in trap_code() method
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/inst/
H A Demit.rs1773 let trap_code = TrapCode::INTEGER_DIVISION_BY_ZERO; in emit_with_alloc_consumer() localVariable
1783 let trap_code = TrapCode::INTEGER_DIVISION_BY_ZERO; in emit_with_alloc_consumer() localVariable
1796 let trap_code = TrapCode::INTEGER_DIVISION_BY_ZERO; in emit_with_alloc_consumer() localVariable
1809 let trap_code = TrapCode::INTEGER_DIVISION_BY_ZERO; in emit_with_alloc_consumer() localVariable
/wasmtime-44.0.1/cranelift/interpreter/src/
H A Dstep.rs287 let trap_code = || -> TrapCode { inst.trap_code().unwrap() }; in step() localVariable