Searched refs:CompiledFunction (Results 1 – 7 of 7) sorted by relevance
18 use wasmtime_cranelift::CompiledFunction;91 ) -> Result<CompiledFunction> { in compile_function() argument123 Ok(CompiledFunction::new( in compile_function()
17 use wasmtime_cranelift::CompiledFunction;94 ) -> Result<CompiledFunction> { in compile_function() argument130 Ok(CompiledFunction::new( in compile_function()
6 use crate::{CompiledFunction, ModuleTextBuilder, array_call_signature};203 debug_assert!(b.is::<CompiledFunction>()); in box_dyn_any_compiled_function()504 debug_assert!(func.is::<CompiledFunction>()); in append_code()675 debug_assert!(any.is::<CompiledFunction>()); in append_dwarf()839 debug_assert!(func.is::<CompiledFunction>()); in compiled_function_relocation_targets()847 debug_assert!(!func_body.code.is::<CompiledFunction>()); in calls()872 debug_assert!(!func_body.code.is::<CompiledFunction>()); in size()890 debug_assert!(!func_body.code.is::<CompiledFunction>()); in inline()956 debug_assert!(!func_body.code.is::<CompiledFunction>()); in finish_compiling()1475 ) -> Result<CompiledFunction, CompileError> { in finish_with_info() argument[all …]
58 pub struct CompiledFunction { struct74 impl CompiledFunction { argument
16 use crate::CompiledFunction;122 compiled_func: &'a CompiledFunction, in append_func() argument
7 use wasmtime_cranelift::CompiledFunction;73 compiled_function: &mut CompiledFunction, in emit_unwind_info() argument92 fn box_dyn_any_compiled_function(f: CompiledFunction) -> Box<dyn Any + Send + Sync> { in box_dyn_any_compiled_function()94 debug_assert!(b.is::<CompiledFunction>()); in box_dyn_any_compiled_function()
13 use wasmtime_cranelift::CompiledFunction;177 ) -> Result<CompiledFunction>; in compile_function() argument