Home
last modified time | relevance | path

Searched refs:GetPandaFiles (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/
Dis_system.h28 …size_t filesLen = options.GetPandaFiles().empty() ? bootPandaFiles.size() - 1 : bootPandaFiles.siz… in IsSystemFile()
/arkcompiler/runtime_core/static_core/panda/
Dpanda.cpp161 if (runtimeOptions.GetPandaFiles().empty()) { in Main()
164 auto pandaFiles = runtimeOptions.GetPandaFiles(); in Main()
/arkcompiler/runtime_core/panda/
Dpanda.cpp186 if (runtime_options.GetPandaFiles().empty()) { in Main()
189 auto panda_files = runtime_options.GetPandaFiles(); in Main()
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp637 PandaVector<PandaString> Runtime::GetPandaFiles() in GetPandaFiles() function in panda::Runtime
640 const auto &appPandaFiles = GetPandaFilesList(options_.GetPandaFiles()); in GetPandaFiles()
664 …auto skipLast = static_cast<size_t>(options_.GetPandaFiles().empty() && !options_.IsStartAsZygote(… in CheckBootPandaFiles()
725 if (options_.GetPandaFiles().empty() && !options_.IsStartAsZygote()) { in CreatePandaVM()
849 PandaVector<PandaString> appPandaFiles = GetPandaFiles(); in SetPandaPath()
1110 auto appFiles = GetPandaFiles(); in CreateApplicationClassLinkerContext()
/arkcompiler/runtime_core/static_core/verification/verifier/
Dverifier.cpp161 } else if (runtime.GetPandaFiles().empty()) { in RunVerifier()
327 auto pandaFiles = cliOptions.GetPandaFiles(); in Main()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm_api.cpp134 auto pfPath = runtime->GetPandaFiles()[0]; in ExecuteMain()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.h164 std::list<CString> GetPandaFiles(uint32_t aotFileInfoIndex);
Daot_file_manager.cpp167 std::list<CString> AOTFileManager::GetPandaFiles(uint32_t aotFileInfoIndex) in GetPandaFiles() function in panda::ecmascript::AOTFileManager
187 auto abcFiles = GetPandaFiles(aotFileInfoIndex); in BindPandaFilesInAotFile()
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime.h238 PandaVector<PandaString> GetPandaFiles();
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp934 auto pfiles = runtimeOptions_->GetPandaFiles(); in LoadPandaFiles()