Struct wasmtime_environ::VMOffsets
source · [−]pub struct VMOffsets {
pub pointer_size: u8,
pub num_signature_ids: u32,
pub num_imported_functions: u32,
pub num_imported_tables: u32,
pub num_imported_memories: u32,
pub num_imported_globals: u32,
pub num_defined_functions: u32,
pub num_defined_tables: u32,
pub num_defined_memories: u32,
pub num_defined_globals: u32,
}
Expand description
This class computes offsets to fields within VMContext
and other
related structs that JIT code accesses directly.
Fields
pointer_size: u8
The size in bytes of a pointer on the target.
num_signature_ids: u32
The number of signature declarations in the module.
num_imported_functions: u32
The number of imported functions in the module.
num_imported_tables: u32
The number of imported tables in the module.
num_imported_memories: u32
The number of imported memories in the module.
num_imported_globals: u32
The number of imported globals in the module.
num_defined_functions: u32
The number of defined functions in the module.
num_defined_tables: u32
The number of defined tables in the module.
num_defined_memories: u32
The number of defined memories in the module.
num_defined_globals: u32
The number of defined globals in the module.
Implementations
sourceimpl VMOffsets
impl VMOffsets
Offsets for VMFunctionImport
.
sourcepub fn vmfunction_import_body(&self) -> u8
pub fn vmfunction_import_body(&self) -> u8
The offset of the body
field.
sourcepub fn vmfunction_import_vmctx(&self) -> u8
pub fn vmfunction_import_vmctx(&self) -> u8
The offset of the vmctx
field.
sourcepub fn size_of_vmfunction_import(&self) -> u8
pub fn size_of_vmfunction_import(&self) -> u8
Return the size of VMFunctionImport
.
sourceimpl VMOffsets
impl VMOffsets
Offsets for *const VMFunctionBody
.
sourcepub fn size_of_vmfunction_body_ptr(&self) -> u8
pub fn size_of_vmfunction_body_ptr(&self) -> u8
The size of the current_elements
field.
sourceimpl VMOffsets
impl VMOffsets
Offsets for VMTableImport
.
sourcepub fn vmtable_import_from(&self) -> u8
pub fn vmtable_import_from(&self) -> u8
The offset of the from
field.
sourcepub fn vmtable_import_vmctx(&self) -> u8
pub fn vmtable_import_vmctx(&self) -> u8
The offset of the vmctx
field.
sourcepub fn size_of_vmtable_import(&self) -> u8
pub fn size_of_vmtable_import(&self) -> u8
Return the size of VMTableImport
.
sourceimpl VMOffsets
impl VMOffsets
Offsets for VMTableDefinition
.
sourcepub fn vmtable_definition_base(&self) -> u8
pub fn vmtable_definition_base(&self) -> u8
The offset of the base
field.
sourcepub fn vmtable_definition_current_elements(&self) -> u8
pub fn vmtable_definition_current_elements(&self) -> u8
The offset of the current_elements
field.
sourcepub fn size_of_vmtable_definition_current_elements(&self) -> u8
pub fn size_of_vmtable_definition_current_elements(&self) -> u8
The size of the current_elements
field.
sourcepub fn size_of_vmtable_definition(&self) -> u8
pub fn size_of_vmtable_definition(&self) -> u8
Return the size of VMTableDefinition
.
sourcepub fn type_of_vmtable_definition_current_elements(&self) -> Type
pub fn type_of_vmtable_definition_current_elements(&self) -> Type
The type of the current_elements
field.
sourceimpl VMOffsets
impl VMOffsets
Offsets for VMMemoryImport
.
sourcepub fn vmmemory_import_from(&self) -> u8
pub fn vmmemory_import_from(&self) -> u8
The offset of the from
field.
sourcepub fn vmmemory_import_vmctx(&self) -> u8
pub fn vmmemory_import_vmctx(&self) -> u8
The offset of the vmctx
field.
sourcepub fn size_of_vmmemory_import(&self) -> u8
pub fn size_of_vmmemory_import(&self) -> u8
Return the size of VMMemoryImport
.
sourceimpl VMOffsets
impl VMOffsets
Offsets for VMMemoryDefinition
.
sourcepub fn vmmemory_definition_base(&self) -> u8
pub fn vmmemory_definition_base(&self) -> u8
The offset of the base
field.
sourcepub fn vmmemory_definition_current_length(&self) -> u8
pub fn vmmemory_definition_current_length(&self) -> u8
The offset of the current_length
field.
sourcepub fn size_of_vmmemory_definition_current_length(&self) -> u8
pub fn size_of_vmmemory_definition_current_length(&self) -> u8
The size of the current_length
field.
sourcepub fn size_of_vmmemory_definition(&self) -> u8
pub fn size_of_vmmemory_definition(&self) -> u8
Return the size of VMMemoryDefinition
.
sourcepub fn type_of_vmmemory_definition_current_length(&self) -> Type
pub fn type_of_vmmemory_definition_current_length(&self) -> Type
The type of the current_length
field.
sourceimpl VMOffsets
impl VMOffsets
Offsets for VMGlobalImport
.
sourcepub fn vmglobal_import_from(&self) -> u8
pub fn vmglobal_import_from(&self) -> u8
The offset of the from
field.
sourcepub fn size_of_vmglobal_import(&self) -> u8
pub fn size_of_vmglobal_import(&self) -> u8
Return the size of VMGlobalImport
.
sourceimpl VMOffsets
impl VMOffsets
Offsets for VMGlobalDefinition
.
sourcepub fn size_of_vmglobal_definition(&self) -> u8
pub fn size_of_vmglobal_definition(&self) -> u8
Return the size of VMGlobalDefinition
; this is the size of the largest value type (i.e. a
V128).
sourceimpl VMOffsets
impl VMOffsets
Offsets for VMInterrupts
.
sourcepub fn vminterrupts_stack_limit(&self) -> u8
pub fn vminterrupts_stack_limit(&self) -> u8
Return the offset of the stack_limit
field of VMInterrupts
sourceimpl VMOffsets
impl VMOffsets
Offsets for VMCallerCheckedAnyfunc
.
sourcepub fn vmcaller_checked_anyfunc_func_ptr(&self) -> u8
pub fn vmcaller_checked_anyfunc_func_ptr(&self) -> u8
The offset of the func_ptr
field.
sourcepub fn vmcaller_checked_anyfunc_type_index(&self) -> u8
pub fn vmcaller_checked_anyfunc_type_index(&self) -> u8
The offset of the type_index
field.
sourcepub fn vmcaller_checked_anyfunc_vmctx(&self) -> u8
pub fn vmcaller_checked_anyfunc_vmctx(&self) -> u8
The offset of the vmctx
field.
sourcepub fn size_of_vmcaller_checked_anyfunc(&self) -> u8
pub fn size_of_vmcaller_checked_anyfunc(&self) -> u8
Return the size of VMCallerCheckedAnyfunc
.
sourceimpl VMOffsets
impl VMOffsets
Offsets for VMContext
.
sourcepub fn vmctx_interrupts(&self) -> u32
pub fn vmctx_interrupts(&self) -> u32
Return the offset to the VMInterrupts
structure
sourcepub fn vmctx_externref_activations_table(&self) -> u32
pub fn vmctx_externref_activations_table(&self) -> u32
The offset of the VMExternRefActivationsTable
member.
sourcepub fn vmctx_stack_map_registry(&self) -> u32
pub fn vmctx_stack_map_registry(&self) -> u32
The offset of the *mut StackMapRegistry
member.
sourcepub fn vmctx_signature_ids_begin(&self) -> u32
pub fn vmctx_signature_ids_begin(&self) -> u32
The offset of the signature_ids
array.
sourcepub fn vmctx_imported_functions_begin(&self) -> u32
pub fn vmctx_imported_functions_begin(&self) -> u32
The offset of the tables
array.
sourcepub fn vmctx_imported_tables_begin(&self) -> u32
pub fn vmctx_imported_tables_begin(&self) -> u32
The offset of the tables
array.
sourcepub fn vmctx_imported_memories_begin(&self) -> u32
pub fn vmctx_imported_memories_begin(&self) -> u32
The offset of the memories
array.
sourcepub fn vmctx_imported_globals_begin(&self) -> u32
pub fn vmctx_imported_globals_begin(&self) -> u32
The offset of the globals
array.
sourcepub fn vmctx_tables_begin(&self) -> u32
pub fn vmctx_tables_begin(&self) -> u32
The offset of the tables
array.
sourcepub fn vmctx_memories_begin(&self) -> u32
pub fn vmctx_memories_begin(&self) -> u32
The offset of the memories
array.
sourcepub fn vmctx_globals_begin(&self) -> u32
pub fn vmctx_globals_begin(&self) -> u32
The offset of the globals
array.
sourcepub fn vmctx_anyfuncs_begin(&self) -> u32
pub fn vmctx_anyfuncs_begin(&self) -> u32
The offset of the anyfuncs
array.
sourcepub fn vmctx_builtin_functions_begin(&self) -> u32
pub fn vmctx_builtin_functions_begin(&self) -> u32
The offset of the builtin functions array.
sourcepub fn size_of_vmctx(&self) -> u32
pub fn size_of_vmctx(&self) -> u32
Return the size of the VMContext
allocation.
Return the offset to VMSharedSignatureId
index index
.
sourcepub fn vmctx_vmfunction_import(&self, index: FuncIndex) -> u32
pub fn vmctx_vmfunction_import(&self, index: FuncIndex) -> u32
Return the offset to VMFunctionImport
index index
.
sourcepub fn vmctx_vmtable_import(&self, index: TableIndex) -> u32
pub fn vmctx_vmtable_import(&self, index: TableIndex) -> u32
Return the offset to VMTableImport
index index
.
sourcepub fn vmctx_vmmemory_import(&self, index: MemoryIndex) -> u32
pub fn vmctx_vmmemory_import(&self, index: MemoryIndex) -> u32
Return the offset to VMMemoryImport
index index
.
sourcepub fn vmctx_vmglobal_import(&self, index: GlobalIndex) -> u32
pub fn vmctx_vmglobal_import(&self, index: GlobalIndex) -> u32
Return the offset to VMGlobalImport
index index
.
sourcepub fn vmctx_vmtable_definition(&self, index: DefinedTableIndex) -> u32
pub fn vmctx_vmtable_definition(&self, index: DefinedTableIndex) -> u32
Return the offset to VMTableDefinition
index index
.
sourcepub fn vmctx_vmmemory_definition(&self, index: DefinedMemoryIndex) -> u32
pub fn vmctx_vmmemory_definition(&self, index: DefinedMemoryIndex) -> u32
Return the offset to VMMemoryDefinition
index index
.
sourcepub fn vmctx_vmglobal_definition(&self, index: DefinedGlobalIndex) -> u32
pub fn vmctx_vmglobal_definition(&self, index: DefinedGlobalIndex) -> u32
Return the offset to the VMGlobalDefinition
index index
.
sourcepub fn vmctx_anyfunc(&self, index: FuncIndex) -> u32
pub fn vmctx_anyfunc(&self, index: FuncIndex) -> u32
Return the offset to the VMCallerCheckedAnyfunc
for the given function
index (either imported or defined).
sourcepub fn vmctx_vmfunction_import_body(&self, index: FuncIndex) -> u32
pub fn vmctx_vmfunction_import_body(&self, index: FuncIndex) -> u32
Return the offset to the body
field in *const VMFunctionBody
index index
.
sourcepub fn vmctx_vmfunction_import_vmctx(&self, index: FuncIndex) -> u32
pub fn vmctx_vmfunction_import_vmctx(&self, index: FuncIndex) -> u32
Return the offset to the vmctx
field in *const VMFunctionBody
index index
.
sourcepub fn vmctx_vmtable_import_from(&self, index: TableIndex) -> u32
pub fn vmctx_vmtable_import_from(&self, index: TableIndex) -> u32
Return the offset to the from
field in VMTableImport
index index
.
sourcepub fn vmctx_vmtable_definition_base(&self, index: DefinedTableIndex) -> u32
pub fn vmctx_vmtable_definition_base(&self, index: DefinedTableIndex) -> u32
Return the offset to the base
field in VMTableDefinition
index index
.
sourcepub fn vmctx_vmtable_definition_current_elements(
&self,
index: DefinedTableIndex
) -> u32
pub fn vmctx_vmtable_definition_current_elements(
&self,
index: DefinedTableIndex
) -> u32
Return the offset to the current_elements
field in VMTableDefinition
index index
.
sourcepub fn vmctx_vmmemory_import_from(&self, index: MemoryIndex) -> u32
pub fn vmctx_vmmemory_import_from(&self, index: MemoryIndex) -> u32
Return the offset to the from
field in VMMemoryImport
index index
.
sourcepub fn vmctx_vmmemory_import_vmctx(&self, index: MemoryIndex) -> u32
pub fn vmctx_vmmemory_import_vmctx(&self, index: MemoryIndex) -> u32
Return the offset to the vmctx
field in VMMemoryImport
index index
.
sourcepub fn vmctx_vmmemory_definition_base(&self, index: DefinedMemoryIndex) -> u32
pub fn vmctx_vmmemory_definition_base(&self, index: DefinedMemoryIndex) -> u32
Return the offset to the base
field in VMMemoryDefinition
index index
.
sourcepub fn vmctx_vmmemory_definition_current_length(
&self,
index: DefinedMemoryIndex
) -> u32
pub fn vmctx_vmmemory_definition_current_length(
&self,
index: DefinedMemoryIndex
) -> u32
Return the offset to the current_length
field in VMMemoryDefinition
index index
.
sourcepub fn vmctx_vmglobal_import_from(&self, index: GlobalIndex) -> u32
pub fn vmctx_vmglobal_import_from(&self, index: GlobalIndex) -> u32
Return the offset to the from
field in VMGlobalImport
index index
.
sourcepub fn vmctx_builtin_function(&self, index: BuiltinFunctionIndex) -> u32
pub fn vmctx_builtin_function(&self, index: BuiltinFunctionIndex) -> u32
Return the offset to builtin function in VMBuiltinFunctionsArray
index index
.
sourceimpl VMOffsets
impl VMOffsets
Offsets for VMExternData
.
sourcepub fn vm_extern_data_ref_count() -> u32
pub fn vm_extern_data_ref_count() -> u32
Return the offset for VMExternData::ref_count
.
sourceimpl VMOffsets
impl VMOffsets
Offsets for VMExternRefActivationsTable
.
sourcepub fn vm_extern_ref_activation_table_next(&self) -> u32
pub fn vm_extern_ref_activation_table_next(&self) -> u32
Return the offset for VMExternRefActivationsTable::next
.
sourcepub fn vm_extern_ref_activation_table_end(&self) -> u32
pub fn vm_extern_ref_activation_table_end(&self) -> u32
Return the offset for VMExternRefActivationsTable::end
.
Auto Trait Implementations
impl RefUnwindSafe for VMOffsets
impl Send for VMOffsets
impl Sync for VMOffsets
impl Unpin for VMOffsets
impl UnwindSafe for VMOffsets
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more