Searched refs:runtimeInfo (Results 1 – 2 of 2) sorted by relevance
426 std::shared_ptr<StaticRuntimeInfo> runtimeInfo) { in checkAllFiles() argument431 if (!runtimeInfo) flags = flags.disableRuntimeInfo(); in checkAllFiles()437 .setRuntimeInfoFactory(std::make_unique<StaticRuntimeInfoFactory>(runtimeInfo)) in checkAllFiles()599 std::shared_ptr<StaticRuntimeInfo> runtimeInfo; in main() local602 runtimeInfo = getRuntimeInfo(kernelArgs); in main()603 if (runtimeInfo == nullptr) { in main()613 auto compat = checkAllFiles(dirmap, properties, runtimeInfo); in main()
928 auto runtimeInfo = getRuntimeInfo(RuntimeInfo::FetchFlag::KERNEL_FCM); in getKernelLevel() local929 if (!runtimeInfo) { in getKernelLevel()933 if (runtimeInfo->kernelLevel() != Level::UNSPECIFIED) { in getKernelLevel()934 return runtimeInfo->kernelLevel(); in getKernelLevel()