Lines Matching defs:cPreprocessor
73 bool IsExistsPkgInfo(AotCompilerPreprocessor &cPreprocessor)
75 if (cPreprocessor.GetMainPkgArgs()) {
119 AotCompilerPreprocessor cPreprocessor(vm, runtimeOptions, pkgArgsMap, profilerDecoder, pandaFileNames);
120 if (!cPreprocessor.HandleTargetCompilerMode(cOptions) || !cPreprocessor.HandlePandaFileNames(argc, argv)) {
124 if (IsExistsPkgInfo(cPreprocessor)) {
125 if (AotCrashInfo::IsAotEscaped(cPreprocessor.GetMainPkgArgs()->GetPgoDir())) {
137 if (cPreprocessor.GetMainPkgArgs()) {
138 bundleName = cPreprocessor.GetMainPkgArgs()->GetBundleName();
146 cPreprocessor.AOTInitialize();
147 uint32_t checksum = cPreprocessor.GenerateAbcFileInfos();
149 if (runtimeOptions.IsTargetCompilerMode() && (cPreprocessor.HasExistsAOTFiles(cOptions) ||
150 cPreprocessor.HasPreloadAotFile())) {
155 ret = cPreprocessor.GetCompilerResult();
158 auto isPgoMerged = cPreprocessor.HandleMergedPgoFile(checksum);
162 std::string appSignature = cPreprocessor.GetMainPkgArgsAppSignature();
170 cPreprocessor.Process(cOptions);
205 cPreprocessor.GetCallMethodFlagMap(),
206 cPreprocessor.GetAbcFileInfo(),
207 cPreprocessor.GetBcInfoCollectors(),
233 if (IsExistsPkgInfo(cPreprocessor)) {
235 ret, cPreprocessor.GetMainPkgArgs()->GetPgoDir());