Home
last modified time | relevance | path

Searched defs:cPreprocessor (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_pkg_verifier.h35 static bool VerifyPkgInfo(AotCompilerPreprocessor &cPreprocessor, CompilationOptions &cOptions) in VerifyPkgInfo()
49 static bool CheckArkProfile(AotCompilerPreprocessor &cPreprocessor) in CheckArkProfile()
62 …static bool CheckAOTOutputFilePath(AotCompilerPreprocessor &cPreprocessor, CompilationOptions &cOp… in CheckAOTOutputFilePath()
90 …tatic bool CheckBundleNameAndAppIdentifier([[maybe_unused]] AotCompilerPreprocessor &cPreprocessor) in CheckBundleNameAndAppIdentifier()
142 static bool IsMainPkg(AotCompilerPreprocessor &cPreprocessor, std::pair<const std::string, in IsMainPkg()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Daot_crash_info.cpp44 bool AotCrashInfo::IsAotEscapedOrCompiledOnce(AotCompilerPreprocessor &cPreprocessor, int32_t &ret)… in IsAotEscapedOrCompiledOnce()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Daot_crash_info.cpp90 bool AotCrashInfo::IsAotEscapedOrCompiledOnce(AotCompilerPreprocessor &cPreprocessor, int32_t &ret)… in IsAotEscapedOrCompiledOnce()
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler.cpp98 …AotCompilerPreprocessor cPreprocessor(vm, runtimeOptions, pkgArgsMap, profilerDecoder, pandaFileNa… in Main() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/tests/
Daot_file_test.cpp216 …AotCompilerPreprocessor cPreprocessor(vm, runtimeOptions, pkgArgsMap, profilerDecoder, pandaFileNa… in GetAnFileInTest() local