Home
last modified time | relevance | path

Searched refs:Custom (Results 1 – 14 of 14) sorted by relevance

/wasmtime-44.0.1/cranelift/assembler-x64/meta/src/dsl/
H A Dcustom.rs33 type Output = Custom;
36 Custom(vec![self, rhs]) in bitor()
40 impl BitOr<Customization> for Custom { implementation
41 type Output = Custom;
53 pub struct Custom(Vec<Customization>); struct
55 impl Custom { implementation
70 impl fmt::Display for Custom { implementation
84 impl From<Customization> for Custom { implementation
86 Custom(vec![operation]) in from()
/wasmtime-44.0.1/cranelift/assembler-x64/meta/src/
H A Ddsl.rs12 pub use custom::{Custom, Customization};
38 custom: Custom::default(), in inst()
72 pub custom: Custom,
103 pub fn custom(mut self, custom: impl Into<Custom>) -> Self { in custom()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/stack_switching/stack/
H A Dunix.rs72 Custom, enumerator
126 allocator: Allocator::Custom, in unallocated()
143 allocator: Allocator::Custom, in from_raw_parts()
148 self.allocator == Allocator::Custom in is_from_raw_parts()
290 Allocator::Custom => {} // It's the creator's responsibility to reclaim the memory. in drop()
/wasmtime-44.0.1/crates/cranelift/src/translate/environ/
H A Dspec.rs35 Custom, enumerator
/wasmtime-44.0.1/crates/fiber/src/
H A Dunix.rs61 Custom(Box<dyn RuntimeFiberStack>), enumerator
138 storage: FiberStackStorage::Custom(custom), in from_custom()
158 FiberStackStorage::Custom(custom) => Some(custom.guard_range()), in guard_range()
/wasmtime-44.0.1/tests/all/
H A Dmodule_serialize.rs22 .module_version(ModuleVersionStrategy::Custom("custom!".to_owned())) in test_version_mismatch()
/wasmtime-44.0.1/cranelift/isle/veri/
H A DREADME.md158 ### Custom bitvector operations
179 ### Custom memory operations
184 ### Custom control operation
/wasmtime-44.0.1/crates/wizer/src/
H A Drewrite.rs218 s.id == u8::from(SectionId::Custom) && { in is_name_section()
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dconfig.rs84 Custom(String), enumerator
99 Self::Custom(s) => s.hash(hasher), in hash()
110 Self::Custom(c) => c, in as_str()
1979 ModuleVersionStrategy::Custom(ref v) => { in module_version()
/wasmtime-44.0.1/docs/
H A Dcli-options.md85 #### Running Custom Module exports
108 #### Running Custom Component exports
H A Dexamples-minimal.md310 # Building Wasmtime for a Custom Platform
/wasmtime-44.0.1/crates/wasmtime/src/engine/
H A Dserialization.rs792 cfg_custom_version.module_version(ModuleVersionStrategy::Custom("1.0.1111".to_string()))?; in precompile_compatibility_key_accounts_for_module_version_strategy()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dfunc_environ.rs1401 return GlobalVariable::Custom; in make_global()
3002 GlobalVariable::Custom => { in translate_global_get()
3055 GlobalVariable::Custom => { in translate_global_set()
/wasmtime-44.0.1/crates/c-api/
H A Ddoxygen.conf.in1443 # filter to add. For more information please see Qt Help Project / Custom
1451 # custom filter to add. For more information please see Qt Help Project / Custom