Home
last modified time | relevance | path

Searched defs:bit (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
H A Dregmask_test.cpp61 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 Dregmask_test.cpp61 void TestDistance(RegMask mask, size_t bit, size_t bitsBefore, size_t bitsAfter) in TestDistance() argument
/arkcompiler/runtime_core/libpandabase/utils/
H A Dregmask.h105 constexpr void Set(size_t bit) in Set() argument
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dregmask.h105 constexpr void Set(size_t bit) in Set() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/mem/
H A Didle_gc_trigger.h73 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 Djs_api_bitvector.h117 int32_t bit = (*elements)[elementId].test(bitId); in GetBit() local
H A Djs_api_bitvector.cpp56 JSTaggedValue bit = GetBit(elements, lastIndex); in Pop() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_bitvector_test.cpp69 int32_t bit = (*elements)[elementId].test(bitId); in GetBit() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Drunslots.cpp152 FreeSlot *RunSlots<LockTypeT>::BitMapToSlot(size_t arrayIndex, size_t bit) in BitMapToSlot() argument
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_bigint_test.cpp105 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 Dtagged_node.cpp85 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 Djs_bigint.cpp1536 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 Dlcr_circuit_builder.cpp118 auto bit = LoadStoreAccessor::ToValue(mAttr); in Store() local
128 auto bit = LoadStoreAccessor::ToValue(mAttr); in StoreWithoutBarrier() local
H A Dasync_function_lowering.cpp55 auto bit = LoadStoreAccessor::ToValue(MemoryAttribute::Default()); in ProcessJumpTable() local
H A Dslowpath_lowering.cpp1261 auto bit = LoadStoreAccessor::ToValue(MemoryAttribute::Default()); in LowerExceptionHandler() local
1290 auto bit = LoadStoreAccessor::ToValue(MemoryAttribute::Default()); in LowerLdGlobal() local
H A Dstub_builder.cpp1697 auto bit = LoadStoreAccessor::ToValue(mAttr); in Store() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dreg_alloc_lsra.cpp374 uint64 bit = regNO % (sizeof(uint64) * k8ByteSize); in UpdateRegUsedInfo() local

Completed in 37 milliseconds