Home
last modified time | relevance | path

Searched refs:compile_function (Results 1 – 14 of 14) sorted by relevance

/wasmtime-44.0.1/crates/winch/src/
H A Dcompiler.rs114 fn compile_function( in compile_function() method
139 .compile_function( in compile_function()
264 fn compile_function( in compile_function() method
275 .compile_function(translation, key, data, types, symbol)?; in compile_function()
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/
H A Dmod.rs82 fn compile_function( in compile_function() method
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dmod.rs85 fn compile_function( in compile_function() method
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/
H A Dmod.rs66 fn compile_function( in compile_function() method
/wasmtime-44.0.1/winch/codegen/src/isa/
H A Dmod.rs168 fn compile_function( in compile_function() method
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/
H A Dmod.rs70 fn compile_function( in compile_function() method
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/
H A Dmod.rs67 fn compile_function( in compile_function() method
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmod.rs250 fn compile_function( in compile_function() method
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dcontext.rs140 result = isa.compile_function(&self.func, &self.domtree, self.want_disasm, ctrl_plane); in compile_stencil()
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dmod.rs76 fn compile_function( in compile_function() method
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/
H A Dmod.rs171 fn compile_function( in compile_function() function
/wasmtime-44.0.1/cranelift/codegen/src/isa/
H A Dmod.rs309 fn compile_function( in compile_function() method
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dcompile.rs472 .compile_function(translation, key, func_body_data, types, &symbol) in collect_inputs_in_translations()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs229 fn compile_function( in compile_function() method