Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/
H A Dincremental_cache.rs29 use crate::machinst::{CompiledCode, CompiledCodeStencil};
125 stencil: CompiledCodeStencil,
195 result: CompiledCodeStencil, in serialize_compiled() argument
196 ) -> (CompiledCodeStencil, Result<Vec<u8>, postcard::Error>) { in serialize_compiled() argument
H A Dcontext.rs21 use crate::machinst::{CompiledCode, CompiledCodeStencil};
132 ) -> CodegenResult<CompiledCodeStencil> { in compile_stencil() argument
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/
H A Dmod.rs10 CompiledCode, CompiledCodeStencil, MachInst, MachTextSectionBuilder, Reg, SigSet,
72 ) -> CodegenResult<CompiledCodeStencil> { in compile_function() argument
84 Ok(CompiledCodeStencil { in compile_function()
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/
H A Dmod.rs12 CompiledCodeStencil, MachInst, MachTextSectionBuilder, Reg, SigSet, TextSectionBuilder, VCode,
76 ) -> CodegenResult<CompiledCodeStencil> { in compile_function() argument
87 Ok(CompiledCodeStencil { in compile_function()
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/
H A Dmod.rs10 CompiledCode, CompiledCodeStencil, MachInst, MachTextSectionBuilder, Reg, SigSet,
73 ) -> CodegenResult<CompiledCodeStencil> { in compile_function() argument
85 Ok(CompiledCodeStencil { in compile_function()
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dmod.rs13 CompiledCodeStencil, MachInst, MachTextSectionBuilder, Reg, SigSet, TextSectionBuilder, VCode,
82 ) -> CodegenResult<CompiledCodeStencil> { in compile_function() argument
93 Ok(CompiledCodeStencil { in compile_function()
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/
H A Dmod.rs15 machinst::{self, CompiledCodeStencil, MachInst, SigSet, VCode},
177 ) -> CodegenResult<CompiledCodeStencil> { in compile_function() argument
190 Ok(CompiledCodeStencil { in compile_function()
/wasmtime-44.0.1/cranelift/codegen/src/isa/
H A Dmod.rs53 use crate::machinst::{CompiledCodeStencil, TextSectionBuilder};
315 ) -> CodegenResult<CompiledCodeStencil>; in compile_function() argument
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dmod.rs413 impl CompiledCodeStencil { impl
528 pub type CompiledCodeStencil = CompiledCodeBase<Stencil>; typedef