Home
last modified time | relevance | path

Searched refs:pandaFileNames (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/tests/
Dohos_test.cpp139 arg_list_t pandaFileNames {}; in HWTEST_F_L0() local
147 AotCompilerPreprocessor preProcessor(vm_, runtimeOptions_, pkgArgsMap, decoder, pandaFileNames); in HWTEST_F_L0()
165 arg_list_t pandaFileNames {}; in HWTEST_F_L0() local
169 AotCompilerPreprocessor preProcessor(vm_, runtimeOptions_, pkgArgsMap, decoder, pandaFileNames); in HWTEST_F_L0()
188 arg_list_t pandaFileNames {}; in HWTEST_F_L0() local
192 AotCompilerPreprocessor preProcessor(vm_, runtimeOptions_, pkgArgsMap, decoder, pandaFileNames); in HWTEST_F_L0()
216 arg_list_t pandaFileNames {}; in HWTEST_F_L0() local
220 AotCompilerPreprocessor preProcessor(vm_, runtimeOptions_, pkgArgsMap, decoder, pandaFileNames); in HWTEST_F_L0()
246 arg_list_t pandaFileNames {}; in HWTEST_F_L0() local
250 AotCompilerPreprocessor preProcessor(vm_, runtimeOptions_, pkgArgsMap, decoder, pandaFileNames); in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.cpp84 arg_list_t pandaFileNames = base::StringHelper::SplitString(inFiles, GetFileDelimiter()); in MergeApFiles() local
85 if (pandaFileNames.empty()) { in MergeApFiles()
91 for (const auto &fileName : pandaFileNames) { in MergeApFiles()
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler.cpp111 arg_list_t pandaFileNames {}; in Main() local
120 …ompilerPreprocessor cPreprocessor(vm, runtimeOptions, pkgArgsMap, profilerDecoder, pandaFileNames); in Main()
Daot_compiler_preprocessor.h104 PGOProfilerDecoder &profilerDecoder, arg_list_t &pandaFileNames) in AotCompilerPreprocessor() argument
109 pandaFileNames_(pandaFileNames), in AotCompilerPreprocessor()