| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | regmask.h | 90 constexpr bool Test(size_t bit) const in Test() 105 constexpr void Set(size_t bit) in Set() 111 constexpr void Set(size_t bit, bool value) in Set() 121 constexpr void Reset(size_t bit) in Reset() 250 constexpr bool test(size_t bit) const in test() 254 constexpr void set(size_t bit) in set() 258 constexpr void set(size_t bit, bool value) in set() 272 constexpr void reset(size_t bit) in reset()
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | regmask.h | 90 constexpr bool Test(size_t bit) const in Test() 105 constexpr void Set(size_t bit) in Set() 111 constexpr void Set(size_t bit, bool value) in Set() 121 constexpr void Reset(size_t bit) in Reset() 257 constexpr bool test(size_t bit) const in test() 261 constexpr void set(size_t bit) in set() 265 constexpr void set(size_t bit, bool value) in set() 279 constexpr void reset(size_t bit) in reset()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | idle_gc_trigger.h | 77 uint8_t bit = static_cast<uint8_t>(gcType); in IsPossiblePostGCTask() local 83 uint8_t bit = static_cast<uint8_t>(gcType); in SetPostGCTask() local 89 uint8_t bit = static_cast<uint8_t>(gcType); in ClearPostGCTask() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | regmask_test.cpp | 61 void TestDistance(RegMask mask, size_t bit, size_t bits_before, size_t bits_after) in TestDistance()
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | regmask_test.cpp | 61 void TestDistance(RegMask mask, size_t bit, size_t bitsBefore, size_t bitsAfter) in TestDistance()
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_bitvector.h | 119 int32_t bit = (*elements)[elementId].test(bitId); in GetBit() local
|
| D | js_api_bitvector.cpp | 56 JSTaggedValue bit = GetBit(elements, lastIndex); in Pop() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_bigint_test.cpp | 105 int bit = 64; // 64-bit in HWTEST_F_L0() local 121 int bit = 64; // 64-bit in HWTEST_F_L0() local 137 int bit = 64; // 64-bit in HWTEST_F_L0() local 153 int bit = 64; // 64-bit in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | runslots.cpp | 152 FreeSlot *RunSlots<LockTypeT>::BitMapToSlot(size_t arrayIndex, size_t bit) in BitMapToSlot()
|
| D | runslots.h | 196 for (size_t bit = 0; bit < (1U << BITS_IN_BYTE_POWER_OF_TWO); bit++) { in IterateOverOccupiedSlots() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | lcr_circuit_builder.cpp | 115 auto bit = LoadStoreAccessor::ToValue(mAttr); in Store() local 140 auto bit = LoadStoreAccessor::ToValue(mAttr); in StoreHClass() local 150 auto bit = LoadStoreAccessor::ToValue(mAttr); in StoreWithoutBarrier() local
|
| D | async_function_lowering.cpp | 54 auto bit = LoadStoreAccessor::ToValue(MemoryAttribute::Default()); in ProcessJumpTable() local
|
| D | slowpath_lowering.cpp | 1359 auto bit = LoadStoreAccessor::ToValue(MemoryAttribute::Default()); in LowerExceptionHandler() local
|
| D | stub_builder.cpp | 1779 auto bit = LoadStoreAccessor::ToValue(mAttr); in Store() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_node.cpp | 84 void RBTreeNode::InOrderTraverse(JSThread *thread, const JSHandle<RBTreeNode> &treeNode, int bit, in InOrderTraverse() 116 JSHandle<JSTaggedValue> nodeVa, int index, int bit) in Divide()
|
| D | js_bigint.cpp | 1554 int64_t bit = base::NumberHelper::DoubleToInt64(number.GetNumber()); in AsUintN() local 1575 int64_t bit = base::NumberHelper::DoubleToInt64(number.GetNumber()); in AsintN() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | mpl_int_val.h | 461 bool GetBit(uint8 bit) const in GetBit()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_bitvector_test.cpp | 69 int32_t bit = (*elements)[elementId].test(bitId); in GetBit() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | reg_alloc_lsra.cpp | 381 uint64 bit = regNO % (sizeof(uint64) * k8ByteSize); in UpdateRegUsedInfo() local
|