Searched defs:indexes (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | regmask.h | 26 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/ |
| D | regmask.h | 26 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/ |
| D | js_pandafile.cpp | 414 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/ |
| D | loop_analyzer.cpp | 127 ArenaVector<int> indexes(header->GetGraph()->GetAllocator()->Adapter()); in GetForwardEdgesIndexes() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_item_container.h | 350 explicit RegionHeaderItem(std::vector<IndexItem *> indexes) : indexes_(std::move(indexes)) in RegionHeaderItem()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_item_container.h | 379 explicit IndexHeaderItem(std::vector<IndexItem *> indexes) : indexes_(std::move(indexes)) in IndexHeaderItem()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | loop_analyzer.cpp | 131 ArenaVector<int> indexes(header->GetGraph()->GetAllocator()->Adapter()); in GetForwardEdgesIndexes() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | checks_elimination.cpp | 618 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/ |
| D | std_core_String.cpp | 113 auto indexes = coretypes::String::NormalizeSubStringIndexes(begin, end, str->GetCoreType()); in StdCoreStringSubstring() local
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 285 …auto indexes = coretypes::String::NormalizeSubStringIndexes(begin, end, static_cast<coretypes::Str… in SubStringFromStringEntrypoint() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 41892 indexes: l.indexes, property
|