Lines Matching refs:CompiledFunctionBody
37 Abi, AddressMapSection, BuiltinFunctionIndex, CacheStore, CompileError, CompiledFunctionBody,
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()
846 fn calls(&self, func_body: &CompiledFunctionBody, calls: &mut IndexSet<FuncKey>) -> Result<()> { in calls() argument
871 fn size(&self, func_body: &CompiledFunctionBody) -> u32 { in size()
887 func_body: &mut CompiledFunctionBody, in inline() argument
888 get_callee: &'a mut dyn FnMut(FuncKey) -> Option<&'a CompiledFunctionBody>, in inline() argument
901 struct Inliner<'a>(&'a mut dyn FnMut(FuncKey) -> Option<&'a CompiledFunctionBody>); in inline()
951 func_body: &mut CompiledFunctionBody, in finish_compiling() argument
1319 ) -> Result<CompiledFunctionBody, CompileError> { in array_to_wasm_trampoline() argument
1439 Ok(CompiledFunctionBody { in array_to_wasm_trampoline()