| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | regmask_test.cpp | 24 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
|
| D | arena_allocator_test.cpp | 84 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
|
| D | bit_memory_region_test.cpp | 40 uint32_t mask = 0; in TEST() local 65 uint32_t mask = 0; in TEST() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | regmask_test.cpp | 24 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
|
| D | bit_memory_region_test.cpp | 42 uint32_t mask = 0; in TEST() local 67 uint32_t mask = 0; in TEST() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | bitmap.cpp | 54 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/ |
| D | registers_description.h | 100 void SetRegMask(const RegMask &mask) in SetRegMask() 140 M mask; in GetUsedRegsMask() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_symbol.h | 149 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/ |
| D | math_helpers.h | 32 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/ |
| D | value_numbering.cpp | 39 const size_t mask = entriesLength_ - 1; in VisitGate() local 94 size_t const mask = entriesLength_ - 1; in Grow() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | gc_bitset.h | 88 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
|
| D | region-inl.h | 424 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/ |
| D | live_registers_test.cpp | 58 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
|
| D | codegen_runner_test.cpp | 354 for (auto &mask : regMasks) { in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_base.cpp | 57 RegAllocBase::RegAllocBase(Graph *graph, LocationMask mask) in RegAllocBase() 204 auto &mask = sf.GetSrc().IsFpRegister() ? vregsMask_ : regsMask_; in SetPreassignedRegisters() local
|
| D | location_mask.h | 32 void Init(const T &mask) in Init()
|
| /arkcompiler/ets_runtime/test/aottest/pgo_ldobjbyvalue_array/ |
| D | pgo_ldobjbyvalue_array.ts | 68 const mask = (1 << chrsz) - 1; constant
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | bit_vector.h | 210 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/ |
| D | stackful_coroutine.h | 114 void SetAffinityMask(stackful_coroutines::AffinityMask mask) in SetAffinityMask()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | location_mask.h | 34 void Init(const T &mask) in Init()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | bump_allocator_test.cpp | 96 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/ |
| D | bytecode_instruction-inl.h | 32 S mask = static_cast<S>(ReadByte(byteoffset + i)) << (i * BYTE_WIDTH); in ReadHelper() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | bytecode_instruction-inl.h | 34 S mask = static_cast<S>(ReadByte(byteoffset + i)) << (i * BYTE_WIDTH); in ReadHelper() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_collection_iterator_stub_builder.h | 91 GateRef mask = Int32((1LLU << IteratorType::ITERATION_KIND_BITS) - 1); in GetIterationKind() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | target.h | 44 explicit RegList(size_t mask) : mask_(mask) in RegList()
|