Searched defs:trap_code (Results 1 – 9 of 9) sorted by relevance
13 pub trap_code: Trap, field
45 let trap_code = builder.ins().iconst(I8, i64::from(trap as u8)); in trap() localVariable
1927 let trap_code = match check { in check_and_load_code_and_callee_vmctx() localVariable
43 fn trap_code(&self, err: &Error) -> Option<wasmi::TrapCode> { in trap_code() method
32 pub fn trap_code(&self) -> Option<TrapCode> { in trap_code() method
355 pub const fn trap_code(self) -> Option<TrapCode> { in trap_code() method
501 pub fn trap_code(&self) -> Option<TrapCode> { in trap_code() method
1773 let trap_code = TrapCode::INTEGER_DIVISION_BY_ZERO; in emit_with_alloc_consumer() localVariable1783 let trap_code = TrapCode::INTEGER_DIVISION_BY_ZERO; in emit_with_alloc_consumer() localVariable1796 let trap_code = TrapCode::INTEGER_DIVISION_BY_ZERO; in emit_with_alloc_consumer() localVariable1809 let trap_code = TrapCode::INTEGER_DIVISION_BY_ZERO; in emit_with_alloc_consumer() localVariable
287 let trap_code = || -> TrapCode { inst.trap_code().unwrap() }; in step() localVariable