Home
last modified time | relevance | path

Searched defs:cOptions (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/tests/
Dohos_test.cpp146 CompilationOptions cOptions(runtimeOptions_); in HWTEST_F_L0() local
168 CompilationOptions cOptions(runtimeOptions_); in HWTEST_F_L0() local
191 CompilationOptions cOptions(runtimeOptions_); in HWTEST_F_L0() local
219 CompilationOptions cOptions(runtimeOptions_); in HWTEST_F_L0() local
249 CompilationOptions cOptions(runtimeOptions_); in HWTEST_F_L0() local
279 CompilationOptions cOptions(runtimeOptions_); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_pkg_verifier.h34 static bool VerifyPkgInfo(AotCompilerPreprocessor &cPreprocessor, CompilationOptions &cOptions) in VerifyPkgInfo()
61 …c bool CheckAOTOutputFilePath(AotCompilerPreprocessor &cPreprocessor, CompilationOptions &cOptions) in CheckAOTOutputFilePath()
Dohos_pgo_processor.h27 …static bool MergeAndRemoveRuntimeAp(CompilationOptions &cOptions, const std::shared_ptr<OhosPkgArg… in MergeAndRemoveRuntimeAp()
Dohos_pkg_args.h71 static bool ParseArgs(AotCompilerPreprocessor &preProcessor, CompilationOptions &cOptions) in ParseArgs()
431 CompilationOptions &cOptions) in ParseProfilerPath()
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler_preprocessor.cpp117 bool AotCompilerPreprocessor::HandleTargetCompilerMode(CompilationOptions &cOptions) in HandleTargetCompilerMode()
139 void AotCompilerPreprocessor::HandleTargetModeInfo(CompilationOptions &cOptions) in HandleTargetModeInfo()
187 void AotCompilerPreprocessor::Process(CompilationOptions &cOptions) in Process()
196 void AotCompilerPreprocessor::DoPreAnalysis(CompilationOptions &cOptions) in DoPreAnalysis()
206 … BytecodeInfoCollector &collector, CompilationOptions &cOptions) in AnalyzeGraphs()
222 void AotCompilerPreprocessor::AnalyzeGraph(BCInfo &bytecodeInfo, CompilationOptions &cOptions, in AnalyzeGraph()
293 void AotCompilerPreprocessor::GenerateBytecodeInfoCollectors(const CompilationOptions &cOptions) in GenerateBytecodeInfoCollectors()
458 void AotCompilerPreprocessor::GenerateMethodMap(CompilationOptions &cOptions) in GenerateMethodMap()
Daot_compiler.cpp113 CompilationOptions cOptions(runtimeOptions); in Main() local