Searched refs:checked_load (Results 1 – 3 of 3) sorted by relevance
| /wasmtime-44.0.1/cranelift/interpreter/src/ |
| H A D | state.rs | 54 fn checked_load( in checked_load() method
|
| H A D | step.rs | 504 .and_then(|addr| state.checked_load(addr, load_ty, mem_flags)), in step() 545 .and_then(|addr| state.checked_load(addr, load_ty, mem_flags)) in step() 1249 .and_then(|addr| state.checked_load(addr, ctrl_ty, mem_flags)); in step() 1276 .and_then(|addr| state.checked_load(addr, ctrl_ty, mem_flags)); in step() 1299 .and_then(|addr| state.checked_load(addr, load_ty, mem_flags)), in step()
|
| H A D | interpreter.rs | 321 fn checked_load( in checked_load() method 543 current_val = self.checked_load(addr, global_type, mem_flags)?; in resolve_global_value()
|