Searched refs:pandaFileNames (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ohos/tests/ |
| D | ohos_test.cpp | 139 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/ |
| D | pgo_profiler_manager.cpp | 84 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/ |
| D | aot_compiler.cpp | 111 arg_list_t pandaFileNames {}; in Main() local 120 …ompilerPreprocessor cPreprocessor(vm, runtimeOptions, pkgArgsMap, profilerDecoder, pandaFileNames); in Main()
|
| D | aot_compiler_preprocessor.h | 104 PGOProfilerDecoder &profilerDecoder, arg_list_t &pandaFileNames) in AotCompilerPreprocessor() argument 109 pandaFileNames_(pandaFileNames), in AotCompilerPreprocessor()
|