Home
last modified time | relevance | path

Searched refs: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() 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/
Dloop_analyzer.cpp126 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/
Dcode_metainfo.md31 | | Bit Tables | Method indexes |
162 ### 5. Method indexes
D2022-08-18-isa-changelog.md34 such that the instructions can get consective indexes for methodId, stringId and literalarrayId.
Dfile_format.md24 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, …
403indexes 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/
Dfile_item_container.h340 explicit IndexHeaderItem(std::vector<IndexItem *> indexes) : indexes_(std::move(indexes)) in IndexHeaderItem() argument
/arkcompiler/ets_frontend/es2panda/test/
Dtest262skiplist-compiler-arm64.txt364 built-ins/TypedArray/prototype/fill/coerced-indexes.js
Dtest262skiplist.txt596 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/
Des2015_tests.txt471 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
DCI_tests.txt2107 built-ins/TypedArrayConstructors/internals/OwnPropertyKeys/integer-indexes-and-string-keys.js
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js41892 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 …]