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

Method set_u64

pulley/src/interp.rs:498–500  ·  view source on GitHub ↗
(&mut self, x: u64)

Source from the content-addressed store, hash-verified

496 }
497
498 pub fn set_u64(&mut self, x: u64) {
499 self.0.u64 = x.to_le();
500 }
501
502 pub fn set_ptr<T>(&mut self, ptr: *mut T) {
503 self.0.ptr = ptr.expose_provenance().to_le();

Callers 15

new_u64Method · 0.45
set_i128Method · 0.45
xadd64Method · 0.45
xadd64_u32Method · 0.45
xmadd64Method · 0.45
xsub64Method · 0.45
xsub64_u32Method · 0.45
xmul64Method · 0.45
xshl64Method · 0.45
xshr64_uMethod · 0.45
xshl64_u6Method · 0.45
xshr64_u_u6Method · 0.45

Calls 1

to_leMethod · 0.80

Tested by

no test coverage detected