Home
last modified time | relevance | path

Searched defs:compiled_code (Results 1 – 6 of 6) sorted by relevance

/wasmtime-44.0.1/cranelift/filetests/src/
H A Dtest_compile.rs59 let compiled_code = comp_ctx.compile(isa, &mut Default::default()); in run() localVariable
61 let compiled_code = if self.expect_fail { in run() localVariable
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dcontext.rs54 pub(crate) compiled_code: Option<CompiledCode>, field
96 pub fn compiled_code(&self) -> Option<&CompiledCode> { in compiled_code() method
120 let compiled_code = self.compile(isa, ctrl_plane)?; in compile_and_emit() localVariable
H A Dincremental_cache.rs63 let compiled_code = self.compiled_code.insert(compiled_code); in compile_with_cache() localVariable
91 let compiled_code = self in compile_with_cache() localVariable
/wasmtime-44.0.1/cranelift/src/
H A Dcompile.rs103 let compiled_code = context in handle_module() localVariable
/wasmtime-44.0.1/cranelift/jit/src/
H A Dbackend.rs484 let compiled_code = ctx.compiled_code().unwrap(); in define_function_with_control_plane() localVariable
/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs1502 let compiled_code = compilation_result?; in finish_with_info() localVariable