Home
last modified time | relevance | path

Searched defs:bit_offset (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/gc/
Dbitmap.cpp41 bool Bitmap::AtomicTestAndSetBit(size_t bit_offset) in AtomicTestAndSetBit()
59 bool Bitmap::AtomicTestAndClearBit(size_t bit_offset) in AtomicTestAndClearBit()
77 bool Bitmap::AtomicTestBit(size_t bit_offset) in AtomicTestBit()
Dbitmap.h65 void SetBit(size_t bit_offset) in SetBit()
75 void ClearBit(size_t bit_offset) in ClearBit()
86 bool TestBit(size_t bit_offset) const in TestBit()
300 static size_t GetWordIdx(size_t bit_offset) in GetWordIdx()
310 size_t GetBitIdxWithinWord(size_t bit_offset) const in GetBitIdxWithinWord()
322 BitmapWordType GetBitMask(size_t bit_offset) const in GetBitMask()
348 void CheckBitOffset([[maybe_unused]] size_t bit_offset) const in CheckBitOffset()
614 void *BitOffsetToAddr(size_t bit_offset) const in BitOffsetToAddr()
/arkcompiler/runtime_core/verification/util/
Daddr_map.h122 uintptr_t bit_offset = AddrRange_.OffsetOf(addr); in EnumerateMarkedBlocks() local
/arkcompiler/runtime_core/libpandafile/
Dbytecode_emitter.cpp79 size_t bit_offset = offset % BIT_8; in EmitImpl() local