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

Method load_ptr

winch/codegen/src/isa/aarch64/masm.rs:438–440  ·  view source on GitHub ↗
(&mut self, src: Self::Address, dst: WritableReg)

Source from the content-addressed store, hash-verified

436 }
437
438 fn load_ptr(&mut self, src: Self::Address, dst: WritableReg) -> Result<()> {
439 self.load(src, dst, self.ptr_size)
440 }
441
442 fn wasm_load(&mut self, src: Self::Address, dst: WritableReg, kind: LoadKind) -> Result<()> {
443 let size = kind.derive_operand_size();

Callers 1

check_stackMethod · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected