| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | bitmap.cpp | 49 bool Bitmap::AtomicTestAndSetBit(size_t bitOffset) in AtomicTestAndSetBit() 67 bool Bitmap::AtomicTestAndClearBit(size_t bitOffset) in AtomicTestAndClearBit() 85 bool Bitmap::AtomicTestBit(size_t bitOffset) in AtomicTestBit()
|
| D | bitmap.h | 65 void SetBit(size_t bitOffset) in SetBit() 75 void ClearBit(size_t bitOffset) in ClearBit() 86 bool TestBit(size_t bitOffset) const in TestBit() 310 static size_t GetWordIdx(size_t bitOffset) in GetWordIdx() 320 size_t GetBitIdxWithinWord(size_t bitOffset) const in GetBitIdxWithinWord() 332 BitmapWordType GetBitMask(size_t bitOffset) const in GetBitMask() 355 void CheckBitOffset([[maybe_unused]] size_t bitOffset) const in CheckBitOffset() 399 BitmapWordType GetBitmapWord(size_t bitOffset) in GetBitmapWord() 643 void *BitOffsetToAddr(size_t bitOffset) const in BitOffsetToAddr()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | rem_set.h | 121 size_t bitOffset = idx - elemIdx * ELEM_BITS; in Set() local 129 size_t bitOffset = idx - elemIdx * ELEM_BITS; in Check() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_runtime_stub_test.cpp | 343 uint32_t bitOffset = 1U; in HWTEST_F_L0() local 401 uint32_t bitOffset = 1U; in HWTEST_F_L0() local 440 uint32_t bitOffset = 1U; in HWTEST_F_L0() local 475 uint32_t bitOffset = 1U; in HWTEST_F_L0() local 502 uint32_t bitOffset = 2U; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | addr_map.h | 125 uintptr_t bitOffset = addrRange_.OffsetOf(addr); in EnumerateMarkedBlocks() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | bytecode_emitter.cpp | 79 size_t bitOffset = offset % BIT_8; in EmitImpl() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cg.cpp | 162 uint32 bitOffset = (curOffset & kInMapWordOffsetMask) >> kInMapWordIndexShift; in GetGCTIBBitMapWords() local
|
| D | aarch64_cgfunc.cpp | 4818 uint8 bitOffset = node.GetBitsOffset(); in SelectRegularBitFieldLoad() local 4830 uint8 bitOffset = node.GetBitsOffset(); in SelectExtractbits() local 4898 inline bool IsMoveWideKeepable(int64 offsetVal, uint32 bitOffset, uint32 bitSize, bool is64Bits) in IsMoveWideKeepable() 4916 uint32 bitOffset = node.GetBitsOffset(); in SelectDepositBits() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_array.cpp | 50 void TaggedArray::SetBit(const JSThread *thread, uint32_t idx, uint32_t bitOffset, const JSTaggedVa… in SetBit()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | isel.cpp | 1027 void MPISel::SelectExtractbits(RegOperand &resOpnd, RegOperand &opnd0, uint8 bitOffset, uint8 bitSi… in SelectExtractbits() 1347 static inline uint64 CreateDepositBitsImm1(uint32 primBitSize, uint8 bitOffset, uint8 bitSize) in CreateDepositBitsImm1() 1362 uint8 bitOffset = node.GetBitsOffset(); in SelectDepositBits() local
|
| D | cgfunc.cpp | 343 uint8 bitOffset = node.GetBitsOffset(); in HandleExtractBits() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 584 auto bitOffset = byteBitOffsets.second; in WriteBitField() local 625 auto bitOffset = byteBitOffsets.second; in ReadBitField() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_type.h | 897 uint32 bitOffset; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 1884 GateRef bitOffset = TruncPtrToInt32(bitOffsetPtr); in SetSValueWithBarrier() local 1964 GateRef bitOffset = TruncPtrToInt32(bitOffsetPtr); in SetNonSValueWithBarrier() local 2002 GateRef bitOffset = TruncPtrToInt32(bitOffsetPtr); in SetNonSValueWithBarrier() local
|