| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/ |
| H A D | table.rs | 24 Cont, enumerator 114 Cont(StaticContTable), enumerator 131 Self::Cont(value) in from() 164 Cont(DynamicContTable), enumerator 181 Self::Cont(value) in from() 279 WasmHeapTopType::Cont => TableElementType::Cont, in wasm_to_table_type() 347 TableElementType::Cont => { in new_dynamic() 415 TableElementType::Cont => { in new_static() 498 Table::Static(StaticTable::Cont(_)) | Table::Dynamic(DynamicTable::Cont(_)) => { in element_type() 499 TableElementType::Cont in element_type() [all …]
|
| H A D | libcalls.rs | 390 TableElementType::Cont, in table_grow_cont_obj() 421 TableElementType::Cont => unreachable!(), in table_fill_func_ref() 445 TableElementType::Cont => unreachable!(), in table_fill_gc_ref() 463 TableElementType::Cont => { in table_fill_cont_obj()
|
| H A D | vmcontext.rs | 580 …WasmHeapTopType::Cont => *global.as_func_ref_mut() = raw.get_funcref().cast(), // TODO(#10248): te… in from_val_raw() 626 WasmHeapTopType::Cont => todo!(), // FIXME: #10248 stack switching support. in to_val_raw()
|
| /wasmtime-44.0.1/crates/environ/src/ |
| H A D | types.rs | 464 Cont, enumerator 486 WasmHeapTopType::Cont => Self::Cont, in from() 513 Self::Cont => write!(f, "cont"), in fmt() 571 WasmHeapTopType::Cont => false, in is_vmgcref_type() 602 WasmHeapTopType::Cont in top() 668 Cont, enumerator 1201 Cont(WasmContType), enumerator 1211 Self::Cont(ty) => Self::Cont(*ty), in try_clone() 1287 matches!(self, Self::Cont(_)) in is_cont() 1293 Self::Cont(f) => Some(f), in as_cont() [all …]
|
| H A D | gc.rs | 250 WasmCompositeInnerType::Cont(_) => { in gc_layout()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | types.rs | 264 heap_type: HeapType::Cont in is_contref() 497 heap_type: HeapType::Cont, 821 Cont, enumerator 935 matches!(self, HeapType::Cont) in is_cont() 1089 HeapType::Cont | HeapType::ConcreteCont(_) | HeapType::NoCont => HeapType::Cont, in top() 1178 (HeapType::Cont, HeapType::Cont) => true, in matches() 1283 | HeapType::Cont in comes_from_same_engine() 1317 HeapType::Cont => WasmHeapType::Cont, in to_wasm_type() 1364 WasmHeapType::Cont => HeapType::Cont, in from_wasm_type() 1394 | HeapType::Cont in as_registered_type() [all …]
|
| H A D | coredump.rs | 217 ty: wasm_encoder::AbstractHeapType::Cont, in _serialize()
|
| H A D | values.rs | 134 WasmHeapTopType::Cont => Val::ContRef(None), in null_top() 335 HeapType::NoCont | HeapType::ConcreteCont(_) | HeapType::Cont => { in _from_raw()
|
| H A D | type_registry.rs | 1127 …wasmtime_environ::WasmCompositeInnerType::Cont(_) => continue, // FIXME: #10248 stack switching su… in insert_entry_gc_layouts()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/externals/ |
| H A D | table.rs | 203 TableElementType::Cont => panic!("unimplemented table for cont"), in get() 242 TableElementType::Cont => bail!("unimplemented table for cont"), in set_() 330 TableElementType::Cont => bail!("unimplemented table for cont"), in _grow() 525 TableElementType::Cont => bail!("unimplemented table for cont"), in _fill() 601 HeapType::Cont => TableElementType::Cont, in element_type()
|
| H A D | global.rs | 168 HeapType::NoCont | HeapType::ConcreteCont(_) | HeapType::Cont => { in _get()
|
| /wasmtime-44.0.1/crates/environ/src/compile/ |
| H A D | module_types.rs | 533 WasmCompositeInnerType::Cont(_) => WasmHeapType::ConcreteCont(index), in lookup_heap_type() 549 wasmparser::CompositeInnerType::Cont(_) => { in lookup_heap_type() 574 WasmCompositeInnerType::Cont(_) => WasmHeapType::ConcreteCont(index), in lookup_heap_type() 595 wasmparser::CompositeInnerType::Cont(_) => { in lookup_heap_type()
|
| H A D | frame_table.rs | 59 WasmHeapTopType::Cont => FrameValType::ContRef, in from()
|
| H A D | module_environ.rs | 1304 | WasmHeapTopType::Cont in try_func_table_init()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/types/ |
| H A D | matching.rs | 251 (H::NoCont | H::ConcreteCont(_) | H::Cont, H::Cont) => true, in match_heap() 252 (_, H::Cont) => false, in match_heap()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/enabled/ |
| H A D | structref.rs | 671 | HeapType::Cont in dynamic_concrete_type_check() 771 | HeapType::Cont in dynamic_concrete_type_check()
|
| H A D | arrayref.rs | 875 | HeapType::Cont in dynamic_concrete_type_check() 975 | HeapType::Cont in dynamic_concrete_type_check()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/ |
| H A D | table_pool.rs | 335 let cont_table_type = crate::vm::table::TableElementType::Cont; in test_table_pool_continuations_capacity()
|
| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | lib.rs | 215 WasmHeapTopType::Cont => { in reference_type()
|
| H A D | func_environ.rs | 2054 | WasmHeapType::Cont in check_indirect_call_type_signature() 2427 WasmHeapTopType::Cont => { in translate_table_grow() 2469 WasmHeapTopType::Cont => { in translate_table_get() 2525 WasmHeapTopType::Cont => { in translate_table_set() 2558 WasmHeapTopType::Cont => { in translate_table_fill() 2921 WasmHeapTopType::Cont => { in translate_ref_null() 2941 WasmHeapTopType::Cont => { in translate_ref_is_null()
|
| /wasmtime-44.0.1/crates/fuzzing/src/generators/ |
| H A D | value.rs | 319 (true, HeapType::Cont) => Ok(Self::ContRef), in try_from()
|
| /wasmtime-44.0.1/crates/cranelift/src/func_environ/gc/ |
| H A D | enabled.rs | 213 WasmHeapTopType::Cont => { in read_field_at_addr() 1226 | WasmHeapType::Cont in translate_ref_test() 1626 WasmHeapType::Cont | WasmHeapType::ConcreteCont(_) | WasmHeapType::NoCont => { in gc_ref_is_null_or_i31()
|
| /wasmtime-44.0.1/tests/all/ |
| H A D | types.rs | 705 assert!(!HeapType::NoExn.matches(&HeapType::Cont)); in heap_type_matches_noexn()
|
| /wasmtime-44.0.1/crates/wasi/src/ |
| H A D | p0.rs | 808 Cont,
|