Searched refs:err_msg (Results 1 – 3 of 3) sorted by relevance
| /wasmtime-44.0.1/tests/ |
| H A D | rlimited-memory.rs | 93 let err_msg = memory in custom_limiter_detect_os_oom_failure() localVariable 98 err_msg.starts_with("failed to grow memory"), in custom_limiter_detect_os_oom_failure() 108 let err_msg = store.data().error.as_ref().unwrap(); in custom_limiter_detect_os_oom_failure() localVariable 110 err_msg.starts_with("Cannot allocate memory"), in custom_limiter_detect_os_oom_failure()
|
| /wasmtime-44.0.1/cranelift/reader/src/ |
| H A D | parser.rs | 523 err!(self.loc, err_msg) in match_token() 543 err!(self.loc, err_msg) in match_identifier() 553 err!(self.loc, err_msg) in match_type() 565 err!(self.loc, err_msg) in match_ss() 576 err!(self.loc, err_msg) in match_dss() 587 err!(self.loc, err_msg) in match_dt() 603 err!(self.loc, err_msg) in match_gv() 614 err!(self.loc, err_msg) in match_fn() 625 err!(self.loc, err_msg) in match_sig() 654 err!(self.loc, err_msg) in match_block() [all …]
|
| /wasmtime-44.0.1/crates/cache/src/ |
| H A D | worker.rs | 190 ($result:expr, $cont:stmt, $err_msg:expr, $path:expr) => { 194 warn!("{}, path: {}, msg: {}", $err_msg, $path.display(), err); 568 ($result:expr, $cont:stmt, $err_msg:expr) => { in list_cache_contents() 569 unwrap_or!($result, $cont, $err_msg, dir_path) in list_cache_contents() 571 ($result:expr, $cont:stmt, $err_msg:expr, $path:expr) => { in list_cache_contents() 575 format!("{}, level: {}", $err_msg, level), in list_cache_contents()
|