Searched refs:pandaFileNames (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ohos/tests/ |
H A D | ohos_test.cpp | 139 arg_list_t pandaFileNames {}; in HWTEST_F_L0() 147 AotCompilerPreprocessor preProcessor(vm_, runtimeOptions_, pkgArgsMap, decoder, pandaFileNames); in HWTEST_F_L0() 165 arg_list_t pandaFileNames {}; in HWTEST_F_L0() 169 AotCompilerPreprocessor preProcessor(vm_, runtimeOptions_, pkgArgsMap, decoder, pandaFileNames); in HWTEST_F_L0() 188 arg_list_t pandaFileNames {}; in HWTEST_F_L0() 192 AotCompilerPreprocessor preProcessor(vm_, runtimeOptions_, pkgArgsMap, decoder, pandaFileNames); in HWTEST_F_L0() 216 arg_list_t pandaFileNames {}; in HWTEST_F_L0() 220 AotCompilerPreprocessor preProcessor(vm_, runtimeOptions_, pkgArgsMap, decoder, pandaFileNames); in HWTEST_F_L0() 246 arg_list_t pandaFileNames {}; in HWTEST_F_L0() 250 AotCompilerPreprocessor preProcessor(vm_, runtimeOptions_, pkgArgsMap, decoder, pandaFileNames); in HWTEST_F_L0() [all...] |
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A 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/ |
H A D | aot_compiler.cpp | 110 arg_list_t pandaFileNames {}; in Main() 119 AotCompilerPreprocessor cPreprocessor(vm, runtimeOptions, pkgArgsMap, profilerDecoder, pandaFileNames); in Main()
|
H A D | aot_compiler_preprocessor.h | 103 PGOProfilerDecoder &profilerDecoder, arg_list_t &pandaFileNames) in AotCompilerPreprocessor() 108 pandaFileNames_(pandaFileNames), in AotCompilerPreprocessor() 101 AotCompilerPreprocessor(EcmaVM *vm, JSRuntimeOptions &runtimeOptions, std::map<std::string, std::shared_ptr<OhosPkgArgs>> &pkgsArgs, PGOProfilerDecoder &profilerDecoder, arg_list_t &pandaFileNames) AotCompilerPreprocessor() argument
|
Completed in 3 milliseconds