Home
last modified time | relevance | path

Searched defs:mask (Results 1 – 25 of 109) sorted by relevance

12345

/arkcompiler/runtime_core/libpandabase/tests/
Dregmask_test.cpp24 void CompareWithBitset(RegMask mask, BitsetType base) in CompareWithBitset()
42 RegMask mask(value); in TestRegMask() local
61 void TestDistance(RegMask mask, size_t bit, size_t bits_before, size_t bits_after) in TestDistance()
78 RegMask mask(MakeMask(0, 2, 3, 17, 25, 31)); variable
91 RegMask mask(MakeMask(1, 2, 3)); variable
Darena_allocator_test.cpp84 size_t mask = GetAlignmentInBytes(align) - 1; in AllocateWithAlignment() local
124 size_t mask = GetAlignmentInBytes(static_cast<Alignment>(align)) - 1; in AllocateWithDiffAlignment() local
451 size_t mask = GetAlignmentInBytes(align) - 1; variable
468 size_t mask = GetAlignmentInBytes(align) - 1; variable
Dbit_memory_region_test.cpp40 uint32_t mask = 0; in TEST() local
65 uint32_t mask = 0; in TEST() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dregmask_test.cpp24 void CompareWithBitset(RegMask mask, BitsetType base) in CompareWithBitset()
42 RegMask mask(value); in TestRegMask() local
61 void TestDistance(RegMask mask, size_t bit, size_t bitsBefore, size_t bitsAfter) in TestDistance()
79 RegMask mask(MakeMask(0U, 2U, 3U, 17U, 25U, 31U)); in TEST() local
Dbit_memory_region_test.cpp42 uint32_t mask = 0; in TEST() local
67 uint32_t mask = 0; in TEST() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dbitmap.cpp54 auto mask = GetBitMask(bitOffset); in AtomicTestAndSetBit() local
72 auto mask = GetBitMask(bitOffset); in AtomicTestAndClearBit() local
90 auto mask = GetBitMask(bitOffset); in AtomicTestBit() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dregisters_description.h100 void SetRegMask(const RegMask &mask) in SetRegMask()
140 M mask; in GetUsedRegsMask() local
/arkcompiler/ets_runtime/ecmascript/
Djs_symbol.h149 uint64_t mask = (1ULL << LITERAL_ID_OFFSET_BIT) - 1; in GetSlotIndex() local
155 uint64_t mask = (1ULL << LITERAL_ID_BITFIELD_NUM) - 1; in GetLiteralId() local
161 uint64_t mask = (1ULL << ProfileType::ABC_ID_BITFIELD_NUM) - 1; in GetAbcId() local
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dmath_helpers.h32 size_t mask = std::numeric_limits<UnsignedType>::digits - 1; in operator() local
43 size_t mask = std::numeric_limits<UnsignedType>::digits - 1; in operator() local
54 size_t mask = std::numeric_limits<UnsignedType>::digits - 1; in operator() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dvalue_numbering.cpp39 const size_t mask = entriesLength_ - 1; in VisitGate() local
94 size_t const mask = entriesLength_ - 1; in Grow() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_bitset.h88 GCBitsetWord mask = 0; in SetAllBits() local
235 inline bool GCBitset::SetBitRange(uintptr_t offset, uint32_t mask) in SetBitRange()
246 GCBitsetWord mask = Mask(IndexInWord(offset)); variable
258 auto mask = Mask(IndexInWord(offset)); variable
Dregion-inl.h424 inline void Region::SetRSetSwapFlag(RSetSwapFlag mask) in SetRSetSwapFlag()
430 inline void Region::ClearRSetSwapFlag(RSetSwapFlag mask) in ClearRSetSwapFlag()
450 ARK_INLINE void Region::Updater<kind>::Consume(size_t idx, uintptr_t updateAddress, uint32_t mask) in Consume()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dlive_registers_test.cpp58 RegMask mask {}; in TEST_F() local
110 RegMask mask {}; in TEST_F() local
173 RegMask mask {}; in TEST_F() local
233 RegMask mask {}; in TEST_F() local
Dcodegen_runner_test.cpp354 for (auto &mask : regMasks) { in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.cpp57 RegAllocBase::RegAllocBase(Graph *graph, LocationMask mask) in RegAllocBase()
204 auto &mask = sf.GetSrc().IsFpRegister() ? vregsMask_ : regsMask_; in SetPreassignedRegisters() local
Dlocation_mask.h32 void Init(const T &mask) in Init()
/arkcompiler/ets_runtime/test/aottest/pgo_ldobjbyvalue_array/
Dpgo_ldobjbyvalue_array.ts68 const mask = (1 << chrsz) - 1; constant
/arkcompiler/runtime_core/static_core/verification/util/
Dbit_vector.h210 const Word mask = MaskUpToIndex(to - from + 1); in bits() local
229 const Word mask = MaskUpToIndex(to - from + 1); in bits() local
353 const Word mask = MaskUpToIndex(len); in Process() local
541 const Word mask = MaskUpToIndex(Size() & POS_MASK); in SetBitsCount() local
570 const Word mask = MaskUpToIndex(size & POS_MASK); in PowerOfOpThenFold() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine.h114 void SetAffinityMask(stackful_coroutines::AffinityMask mask) in SetAffinityMask()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dlocation_mask.h34 void Init(const T &mask) in Init()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dbump_allocator_test.cpp96 size_t mask = DEFAULT_ALIGNMENT_IN_BYTES - 1; in CheckAlloc() local
124 size_t mask = GetAlignmentInBytes(align) - 1; in DEATH_TEST_F() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dbytecode_instruction-inl.h32 S mask = static_cast<S>(ReadByte(byteoffset + i)) << (i * BYTE_WIDTH); in ReadHelper() local
/arkcompiler/runtime_core/libpandafile/
Dbytecode_instruction-inl.h34 S mask = static_cast<S>(ReadByte(byteoffset + i)) << (i * BYTE_WIDTH); in ReadHelper() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_collection_iterator_stub_builder.h91 GateRef mask = Int32((1LLU << IteratorType::ITERATION_KIND_BITS) - 1); in GetIterationKind() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dtarget.h44 explicit RegList(size_t mask) : mask_(mask) in RegList()

12345