Searched defs:compiled_code (Results 1 – 6 of 6) sorted by relevance
59 let compiled_code = comp_ctx.compile(isa, &mut Default::default()); in run() localVariable61 let compiled_code = if self.expect_fail { in run() localVariable
54 pub(crate) compiled_code: Option<CompiledCode>, field96 pub fn compiled_code(&self) -> Option<&CompiledCode> { in compiled_code() method120 let compiled_code = self.compile(isa, ctrl_plane)?; in compile_and_emit() localVariable
63 let compiled_code = self.compiled_code.insert(compiled_code); in compile_with_cache() localVariable91 let compiled_code = self in compile_with_cache() localVariable
103 let compiled_code = context in handle_module() localVariable
484 let compiled_code = ctx.compiled_code().unwrap(); in define_function_with_control_plane() localVariable
1502 let compiled_code = compilation_result?; in finish_with_info() localVariable