| /wasmtime-44.0.1/cranelift/assembler-x64/meta/src/dsl/ |
| H A D | custom.rs | 33 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 D | dsl.rs | 12 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 D | unix.rs | 72 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 D | spec.rs | 35 Custom, enumerator
|
| /wasmtime-44.0.1/crates/fiber/src/ |
| H A D | unix.rs | 61 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 D | module_serialize.rs | 22 .module_version(ModuleVersionStrategy::Custom("custom!".to_owned())) in test_version_mismatch()
|
| /wasmtime-44.0.1/cranelift/isle/veri/ |
| H A D | README.md | 158 ### Custom bitvector operations 179 ### Custom memory operations 184 ### Custom control operation
|
| /wasmtime-44.0.1/crates/wizer/src/ |
| H A D | rewrite.rs | 218 s.id == u8::from(SectionId::Custom) && { in is_name_section()
|
| /wasmtime-44.0.1/crates/wasmtime/src/ |
| H A D | config.rs | 84 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 D | cli-options.md | 85 #### Running Custom Module exports 108 #### Running Custom Component exports
|
| H A D | examples-minimal.md | 310 # Building Wasmtime for a Custom Platform
|
| /wasmtime-44.0.1/crates/wasmtime/src/engine/ |
| H A D | serialization.rs | 792 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 D | func_environ.rs | 1401 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 D | doxygen.conf.in | 1443 # 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
|