Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.cpp533 const auto &item_deps = item->GetIndexDependencies(); in AddIndexDependecies() local
534 if (!index_section_item_.GetCurrentHeader()->Add(item_deps)) { in AddIndexDependecies()
538 if (!index_section_item_.GetCurrentHeader()->Add(item_deps)) { in AddIndexDependecies()
539 LOG(FATAL, PANDAFILE) << "Cannot add " << item_deps.size() << " items to index"; in AddIndexDependecies()