Home
last modified time | relevance | path

Searched defs:bitOffset (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dbitmap.cpp49 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()
Dbitmap.h65 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/
Drem_set.h93 size_t bitOffset = idx - elemIdx * ELEM_BITS; in Set() local
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_stub_test.cpp330 uint32_t bitOffset = 1U; in HWTEST_F_L0() local
388 uint32_t bitOffset = 1U; in HWTEST_F_L0() local
427 uint32_t bitOffset = 1U; in HWTEST_F_L0() local
461 uint32_t bitOffset = 1U; in HWTEST_F_L0() local
487 uint32_t bitOffset = 2U; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/verification/util/
Daddr_map.h125 uintptr_t bitOffset = addrRange_.OffsetOf(addr); in EnumerateMarkedBlocks() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cg.cpp159 uint32 bitOffset = (curOffset & kInMapWordOffsetMask) >> kInMapWordIndexShift; in GetGCTIBBitMapWords() local
Daarch64_cgfunc.cpp5403 uint8 bitOffset = node.GetBitsOffset(); in SelectRegularBitFieldLoad() local
5415 uint8 bitOffset = node.GetBitsOffset(); in SelectExtractbits() local
5483 inline bool IsMoveWideKeepable(int64 offsetVal, uint32 bitOffset, uint32 bitSize, bool is64Bits) in IsMoveWideKeepable()
5497 uint32 bitOffset = node.GetBitsOffset(); in SelectDepositBits() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dbytecode_emitter.cpp79 size_t bitOffset = offset % BIT_8; in EmitImpl() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp1020 void MPISel::SelectExtractbits(RegOperand &resOpnd, RegOperand &opnd0, uint8 bitOffset, uint8 bitSi… in SelectExtractbits()
1341 static inline uint64 CreateDepositBitsImm1(uint32 primBitSize, uint8 bitOffset, uint8 bitSize) in CreateDepositBitsImm1()
1356 uint8 bitOffset = node.GetBitsOffset(); in SelectDepositBits() local
Dcgfunc.cpp280 uint8 bitOffset = node.GetBitsOffset(); in HandleExtractBits() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp769 auto bitOffset = byteBitOffsets.second; in WriteBitField() local
810 auto bitOffset = byteBitOffsets.second; in ReadBitField() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1273 GateRef bitOffset = TruncPtrToInt32(bitOffsetPtr); in SetValueWithBarrier() local