Home
last modified time | relevance | path

Searched defs:CompiledCodeStencil (Results 1 – 9 of 9) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/
H A Dincremental_cache.rs195 result: CompiledCodeStencil, in serialize_compiled()
196 ) -> (CompiledCodeStencil, Result<Vec<u8>, postcard::Error>) { in serialize_compiled()
H A Dcontext.rs132 ) -> CodegenResult<CompiledCodeStencil> { in compile_stencil()
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dmod.rs413 impl CompiledCodeStencil { impl
528 pub type CompiledCodeStencil = CompiledCodeBase<Stencil>; typedef
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/
H A Dmod.rs76 ) -> CodegenResult<CompiledCodeStencil> { in compile_function()
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/
H A Dmod.rs72 ) -> CodegenResult<CompiledCodeStencil> { in compile_function()
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/
H A Dmod.rs73 ) -> CodegenResult<CompiledCodeStencil> { in compile_function()
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dmod.rs82 ) -> CodegenResult<CompiledCodeStencil> { in compile_function()
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/
H A Dmod.rs177 ) -> CodegenResult<CompiledCodeStencil> { in compile_function()
/wasmtime-44.0.1/cranelift/codegen/src/isa/
H A Dmod.rs315 ) -> CodegenResult<CompiledCodeStencil>; in compile_function()