| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | regmask_test.cpp | 61 void TestDistance(RegMask mask, size_t bit, size_t bits_before, size_t bits_after) in TestDistance() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | regmask_test.cpp | 61 void TestDistance(RegMask mask, size_t bit, size_t bitsBefore, size_t bitsAfter) in TestDistance() argument
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | regmask.h | 105 constexpr void Set(size_t bit) in Set() argument [all...] |
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | regmask.h | 105 constexpr void Set(size_t bit) in Set() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | idle_gc_trigger.h | 73 uint8_t bit = static_cast<uint8_t>(gcType); in IsPossiblePostGCTask() local 79 uint8_t bit = static_cast<uint8_t>(gcType); in SetPostGCTask() local 85 uint8_t bit = static_cast<uint8_t>(gcType); in ClearPostGCTask() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A D | js_api_bitvector.h | 117 int32_t bit = (*elements)[elementId].test(bitId); in GetBit() local
|
| H A D | js_api_bitvector.cpp | 56 JSTaggedValue bit = GetBit(elements, lastIndex); in Pop() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_api_bitvector_test.cpp | 69 int32_t bit = (*elements)[elementId].test(bitId); in GetBit() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | runslots.cpp | 152 FreeSlot *RunSlots<LockTypeT>::BitMapToSlot(size_t arrayIndex, size_t bit) in BitMapToSlot() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A 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 in HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | tagged_node.cpp | 85 void RBTreeNode::InOrderTraverse(JSThread *thread, const JSHandle<RBTreeNode> &treeNode, int bit,
in InOrderTraverse() argument 116 Divide(JSThread *thread, JSHandle<TaggedHashArray> table, JSHandle<JSTaggedValue> nodeVa, int index, int bit) Divide() argument
|
| H A D | js_bigint.cpp | 1536 int64_t bit = base::NumberHelper::DoubleToInt64(number.GetNumber()); in AsUintN() local 1557 int64_t bit = base::NumberHelper::DoubleToInt64(number.GetNumber()); in AsintN() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | lcr_circuit_builder.cpp | 118 auto bit = LoadStoreAccessor::ToValue(mAttr); in Store() local 128 auto bit = LoadStoreAccessor::ToValue(mAttr); in StoreWithoutBarrier() local
|
| H A D | async_function_lowering.cpp | 55 auto bit = LoadStoreAccessor::ToValue(MemoryAttribute::Default());
in ProcessJumpTable() local
|
| H A D | slowpath_lowering.cpp | 1261 auto bit = LoadStoreAccessor::ToValue(MemoryAttribute::Default()); in LowerExceptionHandler() local 1290 auto bit = LoadStoreAccessor::ToValue(MemoryAttribute::Default()); in LowerLdGlobal() local
|
| H A D | stub_builder.cpp | 1697 auto bit = LoadStoreAccessor::ToValue(mAttr); in Store() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | reg_alloc_lsra.cpp | 374 uint64 bit = regNO % (sizeof(uint64) * k8ByteSize); in UpdateRegUsedInfo() local
|