Searched defs:CompiledFunctionBody (Results 1 – 5 of 5) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/compile/ |
| H A D | mod.rs | 171 pub struct CompiledFunctionBody { struct 196 /// | CompiledFunctionBody | argument 257 ) -> Result<CompiledFunctionBody, CompileError>; in compile_function() 270 ) -> Result<CompiledFunctionBody, CompileError>; in compile_array_to_wasm_trampoline() 282 ) -> Result<CompiledFunctionBody, CompileError>; in compile_wasm_to_array_trampoline() 297 ) -> Result<CompiledFunctionBody, CompileError>; in compile_wasm_to_builtin() 464 fn calls(&self, func: &CompiledFunctionBody, calls: &mut IndexSet<FuncKey>) -> Result<()>; in calls() 477 func: &mut CompiledFunctionBody, in inline() 478 get_callee: &'a mut dyn FnMut(FuncKey) -> Option<&'a CompiledFunctionBody>, in inline() 488 func: &mut CompiledFunctionBody, in finish_compiling()
|
| /wasmtime-44.0.1/crates/winch/src/ |
| H A D | compiler.rs | 121 ) -> Result<CompiledFunctionBody, CompileError> { in compile_function() 176 ) -> Result<CompiledFunctionBody, CompileError> { in compile_array_to_wasm_trampoline() 186 ) -> Result<CompiledFunctionBody, CompileError> { in compile_wasm_to_array_trampoline() 243 ) -> Result<CompiledFunctionBody, CompileError> { in compile_wasm_to_builtin() 271 ) -> Result<CompiledFunctionBody, CompileError> { in compile_function() 289 ) -> Result<CompiledFunctionBody, CompileError> { in compile_array_to_wasm_trampoline() 305 ) -> Result<CompiledFunctionBody, CompileError> { in compile_wasm_to_array_trampoline() 320 ) -> Result<CompiledFunctionBody, CompileError> { in compile_wasm_to_builtin() 392 ) -> Result<CompiledFunctionBody> { in compile_trampoline() 412 ) -> Result<CompiledFunctionBody> { in compile_intrinsic()
|
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | compiler.rs | 21 ) -> Result<CompiledFunctionBody>; in compile_trampoline() 32 ) -> Result<CompiledFunctionBody>; in compile_intrinsic()
|
| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | compiler.rs | 236 ) -> Result<CompiledFunctionBody, CompileError> { in compile_function() 358 ) -> Result<CompiledFunctionBody, CompileError> { in compile_array_to_wasm_trampoline() 379 ) -> Result<CompiledFunctionBody, CompileError> { in compile_wasm_to_array_trampoline() 741 ) -> Result<CompiledFunctionBody, CompileError> { in compile_wasm_to_builtin() 846 fn calls(&self, func_body: &CompiledFunctionBody, calls: &mut IndexSet<FuncKey>) -> Result<()> { in calls() 887 func_body: &mut CompiledFunctionBody, in inline() 888 get_callee: &'a mut dyn FnMut(FuncKey) -> Option<&'a CompiledFunctionBody>, in inline() 951 func_body: &mut CompiledFunctionBody, in finish_compiling() 1319 ) -> Result<CompiledFunctionBody, CompileError> { in array_to_wasm_trampoline()
|
| /wasmtime-44.0.1/crates/cranelift/src/compiler/ |
| H A D | component.rs | 1592 ) -> Result<CompiledFunctionBody> { in compile_trampoline() 1667 ) -> Result<CompiledFunctionBody> { in compile_intrinsic()
|