Searched refs: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() argument 29 for (size_t i : indexes) { in MakeMask() 36 static constexpr size_t MakeMask(Indexes... indexes) in MakeMask() argument 38 return ((1UL << helpers::ToUnsigned(indexes)) | ...); in MakeMask() 42 static constexpr size_t MakeMaskByExcluding(size_t width, Indexes... indexes) in MakeMaskByExcluding() argument 45 size_t exclude = ((1ULL << helpers::ToUnsigned(indexes)) | ...); in MakeMaskByExcluding()
|
/arkcompiler/runtime_core/compiler/optimizer/analysis/ |
D | loop_analyzer.cpp | 126 ArenaVector<int> indexes(header->GetGraph()->GetAllocator()->Adapter()); in GetForwardEdgesIndexes() local 130 indexes.push_back(idx); in GetForwardEdgesIndexes() 133 ASSERT(indexes.size() + back_edges.size() == pred_blocks.size()); in GetForwardEdgesIndexes() 134 return indexes; in GetForwardEdgesIndexes()
|
/arkcompiler/runtime_core/docs/ |
D | code_metainfo.md | 31 | | Bit Tables | Method indexes | 162 ### 5. Method indexes
|
D | 2022-08-18-isa-changelog.md | 34 such that the instructions can get consective indexes for methodId, stringId and literalarrayId.
|
D | file_format.md | 24 But to achieve more compactness 16-bit indexes are used to refer classes, methods and fields in 25 the bytecode and some metadata. File can contain multiple indexes each one covers part of the 32 indexes (like sorted list of strings). However, the described binary format supports one index: 227 …s file structures using 16-bit indexes file is split into regions. Each region has class, method, … 403 …indexes of the interfaces in a [`ClassRegionIndex`](#classregionindex) structure. Each index is 2 … 411 Note: Proper region index to resolve interfaces indexes can be found by class's offset. 431 | `reference_types` | `uint16_t[]` | Array of indexes of the method's signature non-primitive typ… 433 Note: Proper region index to resolve reference types indexes can be found by proto's offset.
|
/arkcompiler/runtime_core/libpandafile/ |
D | file_item_container.h | 340 explicit IndexHeaderItem(std::vector<IndexItem *> indexes) : indexes_(std::move(indexes)) in IndexHeaderItem() argument
|
/arkcompiler/ets_frontend/es2panda/test/ |
D | test262skiplist-compiler-arm64.txt | 364 built-ins/TypedArray/prototype/fill/coerced-indexes.js
|
D | test262skiplist.txt | 596 built-ins/TypedArray/prototype/fill/BigInt/coerced-indexes.js 892 built-ins/TypedArrayConstructors/internals/OwnPropertyKeys/BigInt/integer-indexes-and-string-and-sy… 893 built-ins/TypedArrayConstructors/internals/OwnPropertyKeys/BigInt/integer-indexes-and-string-keys.js 894 built-ins/TypedArrayConstructors/internals/OwnPropertyKeys/BigInt/integer-indexes.js
|
/arkcompiler/ets_frontend/test262/ |
D | es2015_tests.txt | 471 built-ins/Array/prototype/fill/coerced-indexes.js 4426 built-ins/TypedArray/prototype/fill/BigInt/coerced-indexes.js 4444 built-ins/TypedArray/prototype/fill/coerced-indexes.js 5910 built-ins/TypedArrayConstructors/internals/OwnPropertyKeys/BigInt/integer-indexes.js 5911 built-ins/TypedArrayConstructors/internals/OwnPropertyKeys/BigInt/integer-indexes-and-string-and-sy… 5912 built-ins/TypedArrayConstructors/internals/OwnPropertyKeys/BigInt/integer-indexes-and-string-keys.js 5914 built-ins/TypedArrayConstructors/internals/OwnPropertyKeys/integer-indexes.js 5915 built-ins/TypedArrayConstructors/internals/OwnPropertyKeys/integer-indexes-and-string-and-symbol-ke… 5916 built-ins/TypedArrayConstructors/internals/OwnPropertyKeys/integer-indexes-and-string-keys.js
|
D | CI_tests.txt | 2107 built-ins/TypedArrayConstructors/internals/OwnPropertyKeys/integer-indexes-and-string-keys.js
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 41892 indexes: l.indexes, property 41910 indexes: i.indexes.slice(0), 41967 this.vertices.indexes.length = 0; 41975 indexes: [], 42022 this.vertices.indexes.push(0); 42023 this.vertices.indexes.push(1); 42024 this.vertices.indexes.push(2); 42025 this.vertices.indexes.push(2); 42026 this.vertices.indexes.push(1); 42027 this.vertices.indexes.push(3); [all …]
|