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.h34 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/
Daot_crash_info.cpp44 bool AotCrashInfo::IsAotEscapedOrCompiledOnce(AotCompilerPreprocessor &cPreprocessor, int32_t &ret)… in IsAotEscapedOrCompiledOnce()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Daot_crash_info.cpp86 bool AotCrashInfo::IsAotEscapedOrCompiledOnce(AotCompilerPreprocessor &cPreprocessor, int32_t &ret)… in IsAotEscapedOrCompiledOnce()
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler.cpp97 …AotCompilerPreprocessor cPreprocessor(vm, runtimeOptions, pkgArgsMap, profilerDecoder, pandaFileNa… in Main() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/tests/
Daot_file_test.cpp152 …AotCompilerPreprocessor cPreprocessor(vm, runtimeOptions, pkgArgsMap, profilerDecoder, pandaFileNa… in GetAnFileInTest() local