Home
last modified time | relevance | path

Searched refs:Cont (Results 1 – 24 of 24) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dtable.rs24 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 Dlibcalls.rs390 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 Dvmcontext.rs580 …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 Dtypes.rs464 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 Dgc.rs250 WasmCompositeInnerType::Cont(_) => { in gc_layout()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dtypes.rs264 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 Dcoredump.rs217 ty: wasm_encoder::AbstractHeapType::Cont, in _serialize()
H A Dvalues.rs134 WasmHeapTopType::Cont => Val::ContRef(None), in null_top()
335 HeapType::NoCont | HeapType::ConcreteCont(_) | HeapType::Cont => { in _from_raw()
H A Dtype_registry.rs1127 …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 Dtable.rs203 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 Dglobal.rs168 HeapType::NoCont | HeapType::ConcreteCont(_) | HeapType::Cont => { in _get()
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmodule_types.rs533 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 Dframe_table.rs59 WasmHeapTopType::Cont => FrameValType::ContRef, in from()
H A Dmodule_environ.rs1304 | WasmHeapTopType::Cont in try_func_table_init()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/types/
H A Dmatching.rs251 (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 Dstructref.rs671 | HeapType::Cont in dynamic_concrete_type_check()
771 | HeapType::Cont in dynamic_concrete_type_check()
H A Darrayref.rs875 | 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 Dtable_pool.rs335 let cont_table_type = crate::vm::table::TableElementType::Cont; in test_table_pool_continuations_capacity()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dlib.rs215 WasmHeapTopType::Cont => { in reference_type()
H A Dfunc_environ.rs2054 | 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 Dvalue.rs319 (true, HeapType::Cont) => Ok(Self::ContRef), in try_from()
/wasmtime-44.0.1/crates/cranelift/src/func_environ/gc/
H A Denabled.rs213 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 Dtypes.rs705 assert!(!HeapType::NoExn.matches(&HeapType::Cont)); in heap_type_matches_noexn()
/wasmtime-44.0.1/crates/wasi/src/
H A Dp0.rs808 Cont,