Searched refs:VMFunctionBody (Results 1 – 2 of 2) sorted by relevance
57 pub struct VMArrayCallFunction(VMFunctionBody);68 pub struct VMWasmCallFunction(VMFunctionBody);128 pub struct VMFunctionBody(u8); struct131 unsafe impl VmSafe for VMFunctionBody {} implementation135 use super::VMFunctionBody;140 assert_eq!(size_of::<VMFunctionBody>(), 1); in check_vmfunction_body_offsets()
16 use crate::runtime::vm::vmcontext::VMFunctionBody;202 pub struct VMLoweringFunction(VMFunctionBody);