Searched refs:compiled_executable (Results 1 – 1 of 1) sorted by relevance
1460 auto& compiled_executable = compile_module_results.executable; in CompileAheadOfTime() local1462 if (!std::holds_alternative<OwnedJitRtProgram>(compiled_executable)) { in CompileAheadOfTime()1466 const auto& program = std::get<OwnedJitRtProgram>(compiled_executable); in CompileAheadOfTime()