Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ohos/tests/
H A Dohos_test.cpp139 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 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/
H A Daot_compiler.cpp110 arg_list_t pandaFileNames {}; in Main()
119 AotCompilerPreprocessor cPreprocessor(vm, runtimeOptions, pkgArgsMap, profilerDecoder, pandaFileNames); in Main()
H A Daot_compiler_preprocessor.h103 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