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.h74 void SetBit(size_t bitOffset) in SetBit()
84 void ClearBit(size_t bitOffset) in ClearBit()
95 bool TestBit(size_t bitOffset) const in TestBit()
319 static size_t GetWordIdx(size_t bitOffset) in GetWordIdx()
329 size_t GetBitIdxWithinWord(size_t bitOffset) const in GetBitIdxWithinWord()
341 BitmapWordType GetBitMask(size_t bitOffset) const in GetBitMask()
364 void CheckBitOffset([[maybe_unused]] size_t bitOffset) const in CheckBitOffset()
408 BitmapWordType GetBitmapWord(size_t bitOffset) in GetBitmapWord()
652 void *BitOffsetToAddr(size_t bitOffset) const in BitOffsetToAddr()
/arkcompiler/runtime_core/static_core/runtime/mem/
Drem_set.h114 size_t bitOffset = idx - elemIdx * ELEM_BITS; in Set() local
122 size_t bitOffset = idx - elemIdx * ELEM_BITS; in Check() local
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_stub_test.cpp342 uint32_t bitOffset = 1U; in HWTEST_F_L0() local
400 uint32_t bitOffset = 1U; in HWTEST_F_L0() local
439 uint32_t bitOffset = 1U; in HWTEST_F_L0() local
474 uint32_t bitOffset = 1U; in HWTEST_F_L0() local
501 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/
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/
Dcgfunc.cpp133 uint8 bitOffset = node.GetBitsOffset(); in HandleExtractBits() local
Disel.cpp793 void MPISel::SelectExtractbits(RegOperand &resOpnd, RegOperand &opnd0, uint8 bitOffset, uint8 bitSi… in SelectExtractbits()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbarrier_stub_builder.cpp212 GateRef bitOffset = Int32And(*index, Int32(BIT_PER_QUAD_MASK)); in BarrierBatchBitSet() local
Dstub_builder.cpp1981 GateRef bitOffset = TruncPtrToInt32(bitOffsetPtr); in SetSValueWithBarrier() local
2054 GateRef bitOffset = TruncPtrToInt32(bitOffsetPtr); in SetNonSValueWithBarrier() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp2487 uint8 bitOffset = node.GetBitsOffset(); in SelectRegularBitFieldLoad() local
2499 uint8 bitOffset = node.GetBitsOffset(); in SelectExtractbits() local