Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ohos/tests/
Dohos_test.cpp147 CompilationOptions cOptions(runtimeOptions_); in HWTEST_F_L0() local
169 CompilationOptions cOptions(runtimeOptions_); in HWTEST_F_L0() local
192 CompilationOptions cOptions(runtimeOptions_); in HWTEST_F_L0() local
220 CompilationOptions cOptions(runtimeOptions_); in HWTEST_F_L0() local
250 CompilationOptions cOptions(runtimeOptions_); in HWTEST_F_L0() local
280 CompilationOptions cOptions(runtimeOptions_); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_pkg_verifier.h35 static bool VerifyPkgInfo(AotCompilerPreprocessor &cPreprocessor, CompilationOptions &cOptions) in VerifyPkgInfo()
62 …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()
441 CompilationOptions &cOptions) in ParseProfilerPath()
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler_preprocessor.cpp115 bool AotCompilerPreprocessor::HandleTargetCompilerMode(CompilationOptions &cOptions) in HandleTargetCompilerMode()
137 void AotCompilerPreprocessor::HandleTargetModeInfo(CompilationOptions &cOptions) in HandleTargetModeInfo()
185 void AotCompilerPreprocessor::Process(CompilationOptions &cOptions) in Process()
194 void AotCompilerPreprocessor::DoPreAnalysis(CompilationOptions &cOptions) in DoPreAnalysis()
204 … BytecodeInfoCollector &collector, CompilationOptions &cOptions) in AnalyzeGraphs()
220 void AotCompilerPreprocessor::AnalyzeGraph(BCInfo &bytecodeInfo, CompilationOptions &cOptions, in AnalyzeGraph()
278 void AotCompilerPreprocessor::GenerateBytecodeInfoCollectors(const CompilationOptions &cOptions) in GenerateBytecodeInfoCollectors()
446 void AotCompilerPreprocessor::GenerateMethodMap(CompilationOptions &cOptions) in GenerateMethodMap()
Daot_compiler.cpp91 CompilationOptions cOptions(runtimeOptions); in Main() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/tests/
Daot_file_test.cpp212 CompilationOptions cOptions(runtimeOptions); in GetAnFileInTest() local