Home
last modified time | relevance | path

Searched refs:GetPandaFiles (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/
H A Dis_system.h28 size_t filesLen = options.GetPandaFiles().empty() ? bootPandaFiles.size() - 1 : bootPandaFiles.size(); in IsSystemFile()
/arkcompiler/runtime_core/panda/
H A Dpanda.cpp232 if (runtime_options.GetPandaFiles().empty()) { in Main()
235 auto panda_files = runtime_options.GetPandaFiles(); in Main()
/arkcompiler/runtime_core/static_core/panda/
H A Dpanda.cpp102 if (runtimeOptions.GetPandaFiles().empty()) { in SetPandaFiles()
105 auto pandaFiles = runtimeOptions.GetPandaFiles(); in SetPandaFiles()
/arkcompiler/runtime_core/static_core/runtime/
H A Druntime.cpp647 PandaVector<PandaString> Runtime::GetPandaFiles() in GetPandaFiles() function in ark::Runtime
650 const auto &appPandaFiles = GetPandaFilesList(options_.GetPandaFiles()); in GetPandaFiles()
674 auto skipLast = static_cast<size_t>(options_.GetPandaFiles().empty() && !options_.IsStartAsZygote()); in CheckBootPandaFiles()
735 if (options_.GetPandaFiles().empty() && !options_.IsStartAsZygote()) { in CreatePandaVM()
859 PandaVector<PandaString> appPandaFiles = GetPandaFiles(); in SetPandaPath()
1121 auto appFiles = GetPandaFiles(); in CreateApplicationClassLinkerContext()
/arkcompiler/runtime_core/static_core/verification/verifier/
H A Dverifier.cpp169 } else if (runtime.GetPandaFiles().empty()) { in VerifyAllNames()
361 auto pandaFiles = cliOptions.GetPandaFiles(); in Run()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vm_api.cpp135 auto pfPath = runtime->GetPandaFiles()[0]; in ExecuteMain()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.h174 std::list<CString> GetPandaFiles(uint32_t aotFileInfoIndex);
H A Daot_file_manager.cpp208 std::list<CString> AOTFileManager::GetPandaFiles(uint32_t aotFileInfoIndex) in GetPandaFiles() function in panda::ecmascript::AOTFileManager
228 auto abcFiles = GetPandaFiles(aotFileInfoIndex); in BindPreloadedPandaFilesInAotFile()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Druntime.h237 PandaVector<PandaString> GetPandaFiles();

Completed in 8 milliseconds