| /wasmtime-44.0.1/crates/environ/src/compile/ |
| H A D | mod.rs | 171 pub struct CompiledFunctionBody { struct 257 ) -> Result<CompiledFunctionBody, CompileError>; in compile_function() argument 270 ) -> Result<CompiledFunctionBody, CompileError>; in compile_array_to_wasm_trampoline() argument 282 ) -> Result<CompiledFunctionBody, CompileError>; in compile_wasm_to_array_trampoline() argument 297 ) -> Result<CompiledFunctionBody, CompileError>; in compile_wasm_to_builtin() argument 464 fn calls(&self, func: &CompiledFunctionBody, calls: &mut IndexSet<FuncKey>) -> Result<()>; in calls() argument 468 fn size(&self, func: &CompiledFunctionBody) -> u32; in size() 477 func: &mut CompiledFunctionBody, in inline() argument 478 get_callee: &'a mut dyn FnMut(FuncKey) -> Option<&'a CompiledFunctionBody>, in inline() argument 488 func: &mut CompiledFunctionBody, in finish_compiling() argument
|
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | compiler.rs | 3 use crate::{Abi, CompiledFunctionBody, FuncKey, Tunables}; 21 ) -> Result<CompiledFunctionBody>; in compile_trampoline() argument 32 ) -> Result<CompiledFunctionBody>; in compile_intrinsic() argument
|
| /wasmtime-44.0.1/crates/winch/src/ |
| H A D | compiler.rs | 121 ) -> Result<CompiledFunctionBody, CompileError> { in compile_function() argument 163 Ok(CompiledFunctionBody { in compile_function() 176 ) -> Result<CompiledFunctionBody, CompileError> { in compile_array_to_wasm_trampoline() argument 186 ) -> Result<CompiledFunctionBody, CompileError> { in compile_wasm_to_array_trampoline() argument 243 ) -> Result<CompiledFunctionBody, CompileError> { in compile_wasm_to_builtin() argument 271 ) -> Result<CompiledFunctionBody, CompileError> { in compile_function() argument 289 ) -> Result<CompiledFunctionBody, CompileError> { in compile_array_to_wasm_trampoline() argument 305 ) -> Result<CompiledFunctionBody, CompileError> { in compile_wasm_to_array_trampoline() argument 320 ) -> Result<CompiledFunctionBody, CompileError> { in compile_wasm_to_builtin() argument 392 ) -> Result<CompiledFunctionBody> { in compile_trampoline() argument [all …]
|
| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | compiler.rs | 236 ) -> Result<CompiledFunctionBody, CompileError> { in compile_function() argument 346 Ok(CompiledFunctionBody { in compile_function() 358 ) -> Result<CompiledFunctionBody, CompileError> { in compile_array_to_wasm_trampoline() argument 379 ) -> Result<CompiledFunctionBody, CompileError> { in compile_wasm_to_array_trampoline() argument 472 Ok(CompiledFunctionBody { in compile_wasm_to_array_trampoline() 741 ) -> Result<CompiledFunctionBody, CompileError> { in compile_wasm_to_builtin() argument 828 Ok(CompiledFunctionBody { in compile_wasm_to_builtin() 887 func_body: &mut CompiledFunctionBody, in inline() argument 951 func_body: &mut CompiledFunctionBody, in finish_compiling() argument 1319 ) -> Result<CompiledFunctionBody, CompileError> { in array_to_wasm_trampoline() argument [all …]
|
| /wasmtime-44.0.1/crates/cranelift/src/compiler/ |
| H A D | component.rs | 13 Abi, BuiltinFunctionIndex, CompiledFunctionBody, EntityRef, FuncKey, HostCall, PanicOnOom as _, 1592 ) -> Result<CompiledFunctionBody> { in compile_trampoline() argument 1653 Ok(CompiledFunctionBody { in compile_trampoline() 1667 ) -> Result<CompiledFunctionBody> { in compile_intrinsic() argument 1760 Ok(CompiledFunctionBody { in compile_intrinsic()
|
| /wasmtime-44.0.1/crates/wasmtime/src/ |
| H A D | compile.rs | 31 Abi, CompiledFunctionBody, CompiledFunctionsTable, CompiledFunctionsTableBuilder, 238 function: CompiledFunctionBody,
|