Home
last modified time | relevance | path

Searched refs:GcCompiler (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/cranelift/src/func_environ/gc/
H A Ddisabled.rs3 use super::GcCompiler;
18 pub fn gc_compiler(_: &FuncEnvironment<'_>) -> WasmResult<Box<dyn GcCompiler>> { in gc_compiler() argument
H A Denabled.rs1 use super::{ArrayInit, GcCompiler};
28 pub fn gc_compiler(func_env: &mut FuncEnvironment<'_>) -> WasmResult<Box<dyn GcCompiler>> { in gc_compiler() argument
/wasmtime-44.0.1/crates/cranelift/src/func_environ/
H A Dgc.rs39 pub trait GcCompiler { trait
/wasmtime-44.0.1/crates/cranelift/src/func_environ/gc/enabled/
H A Dnull.rs180 impl GcCompiler for NullCompiler {
H A Ddrc.rs380 impl GcCompiler for DrcCompiler {