Searched defs:cPreprocessor (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | ohos_pkg_verifier.h | 34 static bool VerifyPkgInfo(AotCompilerPreprocessor &cPreprocessor, CompilationOptions &cOptions) in VerifyPkgInfo() 48 static bool CheckArkProfile(AotCompilerPreprocessor &cPreprocessor) in CheckArkProfile() 61 …static bool CheckAOTOutputFilePath(AotCompilerPreprocessor &cPreprocessor, CompilationOptions &cOp… in CheckAOTOutputFilePath() 75 …tatic bool CheckBundleNameAndAppIdentifier([[maybe_unused]] AotCompilerPreprocessor &cPreprocessor) in CheckBundleNameAndAppIdentifier() 126 static bool IsMainPkg(AotCompilerPreprocessor &cPreprocessor, std::pair<const std::string, in IsMainPkg()
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | aot_crash_info.cpp | 44 bool AotCrashInfo::IsAotEscapedOrCompiledOnce(AotCompilerPreprocessor &cPreprocessor, int32_t &ret)… in IsAotEscapedOrCompiledOnce()
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ |
| D | aot_crash_info.cpp | 86 bool AotCrashInfo::IsAotEscapedOrCompiledOnce(AotCompilerPreprocessor &cPreprocessor, int32_t &ret)… in IsAotEscapedOrCompiledOnce()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | aot_compiler.cpp | 97 …AotCompilerPreprocessor cPreprocessor(vm, runtimeOptions, pkgArgsMap, profilerDecoder, pandaFileNa… in Main() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/tests/ |
| D | aot_file_test.cpp | 152 …AotCompilerPreprocessor cPreprocessor(vm, runtimeOptions, pkgArgsMap, profilerDecoder, pandaFileNa… in GetAnFileInTest() local
|