Home
last modified time | relevance | path

Searched defs:bitOffset (Results 1 – 14 of 14) 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.h121 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/
Dic_runtime_stub_test.cpp343 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/
Daddr_map.h125 uintptr_t bitOffset = addrRange_.OffsetOf(addr); in EnumerateMarkedBlocks() 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/aarch64/
Daarch64_cg.cpp162 uint32 bitOffset = (curOffset & kInMapWordOffsetMask) >> kInMapWordIndexShift; in GetGCTIBBitMapWords() local
Daarch64_cgfunc.cpp4818 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/
Dtagged_array.cpp50 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/
Disel.cpp1027 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
Dcgfunc.cpp343 uint8 bitOffset = node.GetBitsOffset(); in HandleExtractBits() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp584 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/
Dmir_type.h897 uint32 bitOffset; member
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1884 GateRef bitOffset = TruncPtrToInt32(bitOffsetPtr); in SetSValueWithBarrier() local
1964 GateRef bitOffset = TruncPtrToInt32(bitOffsetPtr); in SetNonSValueWithBarrier() local
2002 GateRef bitOffset = TruncPtrToInt32(bitOffsetPtr); in SetNonSValueWithBarrier() local