MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / set_ptr

Method set_ptr

pulley/src/interp.rs:502–504  ·  view source on GitHub ↗
(&mut self, ptr: *mut T)

Source from the content-addressed store, hash-verified

500 }
501
502 pub fn set_ptr<T>(&mut self, ptr: *mut T) {
503 self.0.ptr = ptr.expose_provenance().to_le();
504 }
505}
506
507/// An `f` register value: floats.

Callers 6

new_ptrMethod · 0.80
set_sp_uncheckedMethod · 0.80
xpcaddMethod · 0.80
xmov_fpMethod · 0.80
xmov_lrMethod · 0.80

Calls 1

to_leMethod · 0.80

Tested by

no test coverage detected