Lines Matching refs:vmctx_plus_offset
378 let ret = *self.vmctx_plus_offset::<VmPtr<_>>(self.offsets.runtime_memory(idx)); in runtime_memory()
391 let ret = *self.vmctx_plus_offset::<VMTableImport>(self.offsets.runtime_table(idx)); in runtime_table()
430 let ret = *self.vmctx_plus_offset::<VmPtr<_>>(self.offsets.runtime_realloc(idx)); in runtime_realloc()
442 let ret = *self.vmctx_plus_offset::<VmPtr<_>>(self.offsets.runtime_callback(idx)); in runtime_callback()
454 let ret = *self.vmctx_plus_offset::<VmPtr<_>>(self.offsets.runtime_post_return(idx)); in runtime_post_return()
467 let ret = *self.vmctx_plus_offset::<VMLowering>(self.offsets.lowering(idx)); in lowering()
595 debug_assert!(*self.vmctx_plus_offset::<usize>(callee) == INVALID_PTR); in set_lowering()
597 debug_assert!(*self.vmctx_plus_offset::<usize>(data) == INVALID_PTR); in set_lowering()
613 debug_assert!(*self.vmctx_plus_offset::<usize>(offset) == INVALID_PTR); in set_trampoline()
634 debug_assert!(*self.vmctx_plus_offset::<usize>(offset) == INVALID_PTR); in set_intrinsic()
656 debug_assert!(*self.vmctx_plus_offset::<usize>(offset) == INVALID_PTR); in set_resource_destructor()
668 debug_assert!(*self.vmctx_plus_offset::<usize>(offset) != INVALID_PTR); in resource_destructor()
669 (*self.vmctx_plus_offset::<Option<VmPtr<VMFuncRef>>>(offset)).map(|p| p.as_non_null()) in resource_destructor()