| /wasmtime-44.0.1/cranelift/codegen/src/ |
| H A D | context.rs | 21 use crate::machinst::{CompiledCode, CompiledCodeStencil}; 54 pub(crate) compiled_code: Option<CompiledCode>, 96 pub fn compiled_code(&self) -> Option<&CompiledCode> { in compiled_code() argument 102 pub fn take_compiled_code(&mut self) -> Option<CompiledCode> { in take_compiled_code() argument 119 ) -> CompileResult<'_, &CompiledCode> { in compile_and_emit() argument 215 ) -> CompileResult<'_, &CompiledCode> { in compile() argument 232 self.compiled_code().map(CompiledCode::get_code_bb_layout) in get_code_bb_layout()
|
| H A D | incremental_cache.rs | 29 use crate::machinst::{CompiledCode, CompiledCodeStencil}; 44 ) -> CompileResult<'_, (&CompiledCode, bool)> { in compile_with_cache() argument 230 pub fn try_finish_recompile(func: &Function, bytes: &[u8]) -> Result<CompiledCode, RecompileError> { in try_finish_recompile() argument
|
| H A D | lib.rs | 77 CallInfo, CompiledCode, Final, FrameLayout, MachBuffer, MachBufferDebugTagList,
|
| /wasmtime-44.0.1/cranelift/codegen/src/machinst/ |
| H A D | mod.rs | 415 pub fn apply_params(self, params: &FunctionParameters) -> CompiledCode { in apply_params() argument 416 CompiledCode { in apply_params() 532 pub type CompiledCode = CompiledCodeBase<Final>; typedef 534 impl CompiledCode { implementation
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/ |
| H A D | mod.rs | 10 CompiledCode, CompiledCodeStencil, MachInst, MachTextSectionBuilder, Reg, SigSet, 120 result: &CompiledCode, in emit_unwind_info() argument
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/ |
| H A D | mod.rs | 10 use crate::machinst::CompiledCode; 127 result: &CompiledCode, in emit_unwind_info() argument
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/ |
| H A D | mod.rs | 10 CompiledCode, CompiledCodeStencil, MachInst, MachTextSectionBuilder, Reg, SigSet, 120 result: &CompiledCode, in emit_unwind_info() argument
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/x64/ |
| H A D | mod.rs | 129 result: &crate::machinst::CompiledCode, in emit_unwind_info() argument
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/ |
| H A D | mod.rs | 201 _result: &crate::CompiledCode, in emit_unwind_info() argument
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/ |
| H A D | mod.rs | 332 result: &crate::machinst::CompiledCode, in emit_unwind_info() argument
|
| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | compiler.rs | 18 CompiledCode, Context, FinalizedMachCallSite, MachBufferDebugTagList, MachBufferFrameLayout, 1007 ) -> Result<CompiledCode, CompileError> { in compile_maybe_cached() argument 1036 ) -> Result<CompiledCode, CompileError> { in compile_maybe_cached() argument 1043 ) -> Result<CompiledCode, CompileError> { in compile_uncached() argument
|