Searched refs:CompiledCodeStencil (Results 1 – 9 of 9) sorted by relevance
| /wasmtime-44.0.1/cranelift/codegen/src/ |
| H A D | incremental_cache.rs | 29 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 D | context.rs | 21 use crate::machinst::{CompiledCode, CompiledCodeStencil}; 132 ) -> CodegenResult<CompiledCodeStencil> { in compile_stencil() argument
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/ |
| H A D | mod.rs | 10 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 D | mod.rs | 12 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 D | mod.rs | 10 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 D | mod.rs | 13 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 D | mod.rs | 15 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 D | mod.rs | 53 use crate::machinst::{CompiledCodeStencil, TextSectionBuilder}; 315 ) -> CodegenResult<CompiledCodeStencil>; in compile_function() argument
|
| /wasmtime-44.0.1/cranelift/codegen/src/machinst/ |
| H A D | mod.rs | 413 impl CompiledCodeStencil { impl 528 pub type CompiledCodeStencil = CompiledCodeBase<Stencil>; typedef
|