Home
last modified time | relevance | path

Searched defs:mask (Results 1 – 25 of 102) 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.h150 uint64_t mask = (1ULL << LITERAL_ID_OFFSET_BIT) - 1; in GetSlotIndex() local
156 uint64_t mask = (1ULL << LITERAL_ID_BITFIELD_NUM) - 1; in GetLiteralId() local
162 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.cpp38 const size_t mask = entriesLength_ - 1; in VisitGate() local
93 size_t const mask = entriesLength_ - 1; in Grow() local
/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/ets_runtime/ecmascript/mem/
Dgc_bitset.h87 GCBitsetWord mask = 0; in SetAllBits() local
236 GCBitsetWord mask = Mask(IndexInWord(offset)); variable
248 auto mask = Mask(IndexInWord(offset)); variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_regsaves.h203 CalleeBitsType mask = 1ULL << RegBitMap(reg); in SetCalleeBit() local
211 CalleeBitsType mask = 1ULL << RegBitMap(reg); in ResetCalleeBit() local
217 CalleeBitsType mask = 1ULL << RegBitMap(reg); in IsCalleeBitSet() local
/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
548 const Word mask = MaskUpToIndex(Size() & POS_MASK); in SetBitsCount() local
577 const Word mask = MaskUpToIndex(size & POS_MASK); in PowerOfOpThenFold() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_validbit_opt.h69 constexpr int64 mask = 1; in GetImmValidBit() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dir_build_intrinsics_ets.cpp48 …auto mask = GetGraph()->CreateInstAnd(itype, GetPc(bcInst->GetAddress()), shift, FindOrCreateConst… in BuildIsFiniteIntrinsic() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine.h117 void SetAffinityMask(stackful_coroutines::AffinityMask mask) in SetAffinityMask()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dlocation_mask.h31 void Init(const T &mask) in Init()
/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/irtoc/backend/compiler/
Dcodegen_fastpath.cpp22 static void SaveCallerRegistersInFrame(RegMask mask, Encoder *encoder, const CFrameLayout &fl, bool… in SaveCallerRegistersInFrame()
34 static void RestoreCallerRegistersFromFrame(RegMask mask, Encoder *encoder, const CFrameLayout &fl,… in RestoreCallerRegistersFromFrame()
/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

12345