Home
last modified time | relevance | path

Searched defs:indexes (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dregmask.h26 static constexpr size_t MakeMask(const std::array<T, N> &indexes) in MakeMask()
36 static constexpr size_t MakeMask(Indexes... indexes) in MakeMask()
42 static constexpr size_t MakeMaskByExcluding(size_t width, Indexes... indexes) in MakeMaskByExcluding()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dloop_analyzer.cpp126 ArenaVector<int> indexes(header->GetGraph()->GetAllocator()->Adapter()); in GetForwardEdgesIndexes() local
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.h343 explicit IndexHeaderItem(std::vector<IndexItem *> indexes) : indexes_(std::move(indexes)) in IndexHeaderItem()
/arkcompiler/runtime_core/verification/jobs/
Dcache.cpp484 static void InitializeIndex(LibCache::Indexes *indexes, LibCache::LangContext *data, const panda_fi… in InitializeIndex()
599 Indexes &indexes = iter->second; in ProcessMethod() local
Dcache.h307 Indexes &indexes; member