Home
last modified time | relevance | path

Searched refs:OffsetFromPinned (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/winch/codegen/src/codegen/
H A Dcall.rs283 (VMContextLoc::OffsetFromPinned(offset), ABIOperand::Reg { ty, reg, .. }) => { in assign_context_args()
287 (VMContextLoc::OffsetFromPinned(_), ABIOperand::Stack { .. }) => { in assign_context_args()
/wasmtime-44.0.1/winch/codegen/src/
H A Dmasm.rs1218 OffsetFromPinned(u32), enumerator
1263 Self::VMContext([VMContextLoc::OffsetFromPinned(offset)]) in offset_from_pinned_vmctx()