Home
last modified time | relevance | path

Searched defs:indexes (Results 1 – 11 of 11) 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/static_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/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.cpp414 void JSPandaFile::GetClassAndMethodIndexes(ClassTranslateWork &indexes) in GetClassAndMethodIndexes()
457 ClassTranslateWork indexes; in TranslateClassInMainThread() local
472 ClassTranslateWork &indexes = curTranslateWorks.second; in TranslateClassInSubThread() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dloop_analyzer.cpp127 ArenaVector<int> indexes(header->GetGraph()->GetAllocator()->Adapter()); in GetForwardEdgesIndexes() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_item_container.h350 explicit RegionHeaderItem(std::vector<IndexItem *> indexes) : indexes_(std::move(indexes)) in RegionHeaderItem()
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.h379 explicit IndexHeaderItem(std::vector<IndexItem *> indexes) : indexes_(std::move(indexes)) in IndexHeaderItem()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dloop_analyzer.cpp131 ArenaVector<int> indexes(header->GetGraph()->GetAllocator()->Adapter()); in GetForwardEdgesIndexes() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dchecks_elimination.cpp618 auto *indexes = &lenArrayIt->second; in PushNewBoundsCheck() local
624 void ChecksElimination::PushNewBoundsCheckAtExistingIndexes(GroupedBoundsChecks *indexes, Inst *ind… in PushNewBoundsCheckAtExistingIndexes()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_String.cpp113 auto indexes = coretypes::String::NormalizeSubStringIndexes(begin, end, str->GetCoreType()); in StdCoreStringSubstring() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp285 …auto indexes = coretypes::String::NormalizeSubStringIndexes(begin, end, static_cast<coretypes::Str… in SubStringFromStringEntrypoint() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js41892 indexes: l.indexes, property