Home
last modified time | relevance | path

Searched refs:checked_load (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/cranelift/interpreter/src/
H A Dstate.rs54 fn checked_load( in checked_load() method
H A Dstep.rs504 .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 Dinterpreter.rs321 fn checked_load( in checked_load() method
543 current_val = self.checked_load(addr, global_type, mem_flags)?; in resolve_global_value()