Searched refs:GcCompiler (Results 1 – 5 of 5) sorted by relevance
3 use super::GcCompiler;18 pub fn gc_compiler(_: &FuncEnvironment<'_>) -> WasmResult<Box<dyn GcCompiler>> { in gc_compiler() argument
1 use super::{ArrayInit, GcCompiler};28 pub fn gc_compiler(func_env: &mut FuncEnvironment<'_>) -> WasmResult<Box<dyn GcCompiler>> { in gc_compiler() argument
39 pub trait GcCompiler { trait
180 impl GcCompiler for NullCompiler {
380 impl GcCompiler for DrcCompiler {