Lines Matching refs:vmctx_plus_offset_raw
402 unsafe { self.vmctx_plus_offset_raw(self.offsets().vmctx_vmtag_definition(index)) } in tag_ptr()
420 unsafe { self.vmctx_plus_offset_raw(self.offsets().vmctx_vmtable_definition(index)) } in table_ptr()
461 unsafe { self.vmctx_plus_offset_raw(self.offsets().vmctx_vmglobal_definition(index)) } in global_ptr()
496 unsafe { self.vmctx_plus_offset_raw(self.offsets().ptr.vmctx_store_context()) } in vm_store_context()
777 unsafe { self.vmctx_plus_offset_raw(self.offsets().ptr.vmctx_type_ids_array()) } in type_ids_array()
892 self.vmctx_plus_offset_raw::<VMFuncRef>(self.offsets().vmctx_func_ref(func.func_ref)) in get_func_ref()
1362 .vmctx_plus_offset_raw::<u32>(offsets.ptr.vmctx_magic()) in initialize_vmctx()
1390 .vmctx_plus_offset_raw(offsets.ptr.vmctx_builtin_functions()) in initialize_vmctx()
1404 .vmctx_plus_offset_raw(offsets.vmctx_imported_functions_begin()) in initialize_vmctx()
1412 .vmctx_plus_offset_raw(offsets.vmctx_imported_tables_begin()) in initialize_vmctx()
1420 .vmctx_plus_offset_raw(offsets.vmctx_imported_memories_begin()) in initialize_vmctx()
1428 .vmctx_plus_offset_raw(offsets.vmctx_imported_globals_begin()) in initialize_vmctx()
1436 .vmctx_plus_offset_raw(offsets.vmctx_imported_tags_begin()) in initialize_vmctx()
1454 let mut ptr = instance.vmctx_plus_offset_raw(offsets.vmctx_tables_begin()); in initialize_vmctx()
1473 let mut ptr = instance.vmctx_plus_offset_raw(offsets.vmctx_memories_begin()); in initialize_vmctx()
1475 instance.vmctx_plus_offset_raw(offsets.vmctx_owned_memories_begin()); in initialize_vmctx()
1520 let mut ptr = instance.vmctx_plus_offset_raw(offsets.vmctx_tags_begin()); in initialize_vmctx()
1854 unsafe fn vmctx_plus_offset_raw<T: VmSafe>(&self, offset: impl Into<u32>) -> NonNull<T> { in vmctx_plus_offset_raw() method
1873 unsafe { self.vmctx_plus_offset_raw(offset).as_ref() } in vmctx_plus_offset()
1888 unsafe { self.vmctx_plus_offset_raw(offset).as_mut() } in vmctx_plus_offset_mut()