Home
last modified time | relevance | path

Searched refs:IntegerOverflow (Results 1 – 10 of 10) sorted by relevance

/wasmtime-44.0.1/crates/fuzzing/src/oracles/
H A Ddiff_wasmi.rs103 TrapCode::IntegerOverflow => Trap::IntegerOverflow, in wasmi_to_wasmtime_trap_code()
H A Ddiff_v8.rs135 Trap::IntegerOverflow | Trap::BadConversionToInteger => { in assert_error_match()
/wasmtime-44.0.1/crates/environ/src/
H A Dtrap_encoding.rs84 IntegerOverflow = "integer overflow",
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dinterpreter.rs467 TrapKind::IntegerOverflow => Trap::IntegerOverflow, in trap()
/wasmtime-44.0.1/crates/c-api/src/
H A Dtrap.rs15 assert!(Trap::IntegerOverflow as u8 == 6);
/wasmtime-44.0.1/crates/cranelift/src/
H A Dlib.rs269 ir::TrapCode::INTEGER_OVERFLOW => Trap::IntegerOverflow, in clif_trap_to_env_trap()
/wasmtime-44.0.1/cranelift/interpreter/src/
H A Dvalue.rs114 IntegerOverflow, enumerator
574 return Err(ValueError::IntegerOverflow); in sdiv()
604 return Err(ValueError::IntegerOverflow); in srem()
H A Dstep.rs184 Err(ValueError::IntegerOverflow) => Ok(ControlFlow::Trap(CraneliftTrap::User( in step()
/wasmtime-44.0.1/tests/all/
H A Dtraps.rs699 Trap::IntegerOverflow, in trap_codes()
1265 Trap::IntegerOverflow, in div_plus_load_reported_right()
/wasmtime-44.0.1/pulley/src/
H A Dinterp.rs952 IntegerOverflow, enumerator
1155 return self.done_trap_kind::<I>(Some(TrapKind::IntegerOverflow)); in check_xnn_from_f64()
2157 TrapKind::IntegerOverflow in xdiv32_s()
2176 TrapKind::IntegerOverflow in xdiv64_s()