Home
last modified time | relevance | path

Searched defs:preProcessor (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/tests/
Dohos_test.cpp148 AotCompilerPreprocessor preProcessor(vm_, runtimeOptions_, pkgArgsMap, decoder, pandaFileNames); in HWTEST_F_L0() local
170 AotCompilerPreprocessor preProcessor(vm_, runtimeOptions_, pkgArgsMap, decoder, pandaFileNames); in HWTEST_F_L0() local
193 AotCompilerPreprocessor preProcessor(vm_, runtimeOptions_, pkgArgsMap, decoder, pandaFileNames); in HWTEST_F_L0() local
221 AotCompilerPreprocessor preProcessor(vm_, runtimeOptions_, pkgArgsMap, decoder, pandaFileNames); in HWTEST_F_L0() local
251 AotCompilerPreprocessor preProcessor(vm_, runtimeOptions_, pkgArgsMap, decoder, pandaFileNames); in HWTEST_F_L0() local
281 AotCompilerPreprocessor preProcessor(vm_, runtimeOptions_, pkgArgsMap, decoder, pandaFileNames); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_pkg_args.h71 static bool ParseArgs(AotCompilerPreprocessor &preProcessor, CompilationOptions &cOptions) in ParseArgs()
440 …ool ParseProfilerPath(std::shared_ptr<OhosPkgArgs> &pkgArgs, AotCompilerPreprocessor &preProcessor, in ParseProfilerPath()