Lines Matching refs:ErrorKind
54 pub use std::io::{Error, ErrorKind};
59 pub use crate::no_std_error::{Error, ErrorKind};
326 ErrorKind::Other, in jit_compile()
413 ErrorKind::Other, in execute_program_jit()
445 ErrorKind::Other, in cranelift_compile()
520 ErrorKind::Other, in execute_program_cranelift()
802 …Err(Error::new(ErrorKind::Other, format!("Error: buffer too small ({:?}), cannot use data_offset {… in execute_program()
844 ErrorKind::Other, in jit_compile()
921 ErrorKind::Other, in execute_program_jit()
957 ErrorKind::Other, in cranelift_compile()
1016 …Err(Error::new(ErrorKind::Other, format!("Error: buffer too small ({:?}), cannot use data_offset {… in execute_program_cranelift()
1036 ErrorKind::Other, in execute_program_cranelift()
1265 ErrorKind::Other, in jit_compile()
1347 ErrorKind::Other, in cranelift_compile()