Home
last modified time | relevance | path

Searched refs:Abstract (Results 1 – 10 of 10) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/component/types_builder/
H A Dresources.rs143 Abstract(AbstractResourceIndex), enumerator
174 ResourceIndexKind::Abstract(i) => TypeResourceTable::Abstract(i), in convert()
217 ResourceIndexKind::Abstract(register(path)) in register_abstract_component_entity_type()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/resources/
H A Dty.rs93 kind: ResourceTypeKind::Abstract { in abstract_()
138 Abstract { enumerator
/wasmtime-44.0.1/crates/fuzzing/src/generators/gc_ops/
H A Dops.rs99 heap_type: wasm_encoder::HeapType::Abstract { in to_wasm_binary()
221 heap_type: wasm_encoder::HeapType::Abstract { in to_wasm_binary()
266 heap_type: wasm_encoder::HeapType::Abstract { in to_wasm_binary()
274 &ConstExpr::ref_null(wasm_encoder::HeapType::Abstract { in to_wasm_binary()
316 heap_type: wasm_encoder::HeapType::Abstract { in to_wasm_binary()
826 func.instruction(&Instruction::RefNull(wasm_encoder::HeapType::Abstract { in encode()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dcoredump.rs209 wasm_encoder::ConstExpr::ref_null(wasm_encoder::HeapType::Abstract { in _serialize()
215 wasm_encoder::ConstExpr::ref_null(wasm_encoder::HeapType::Abstract { in _serialize()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dtypes.rs192 (TypeResourceTable::Abstract(a), TypeResourceTable::Abstract(b)) => { in resources_equal()
195 (TypeResourceTable::Abstract(_), _) => false, in resources_equal()
1165 TypeResourceTable::Abstract(resource_index) => { in from()
H A Dmatching.rs204 TypeResourceTable::Abstract(ty) => ResourceType::abstract_(&self.types, ty), in resource_type()
/wasmtime-44.0.1/crates/environ/src/component/
H A Dtypes.rs1153 Abstract(AbstractResourceIndex), enumerator
1166 TypeResourceTable::Abstract(_) => panic!("not a concrete resource table"), in unwrap_concrete_ty()
1179 TypeResourceTable::Abstract(_) => panic!("not a concrete resource table"), in unwrap_concrete_instance()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dcomponent.rs847 TypeResourceTable::Abstract(_) => return false, in resource_owned_by_own_instance()
/wasmtime-44.0.1/cranelift/isle/
H A DREADME.md454 | Abstract Syntax Tree |
/wasmtime-44.0.1/crates/environ/src/
H A Dtypes.rs2557 wasmparser::HeapType::Abstract { ty, shared: false } => match ty { in convert_heap_type()