Home
last modified time | relevance | path

Searched refs:GetBitMask (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dbit_vector.h407 GetWord(index) |= GetBitMask(index); in SetBit()
417 GetWord(index) &= ~GetBitMask(index); in ClearBit()
425 return (GetWord(index) & GetBitMask(index)) != 0; in GetBit()
542 static constexpr uint32_t GetBitMask(size_t index) in GetBitMask() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h532 GateRef GetBitMask(GateRef bitoffset);
Dstub_builder-inl.h2097 inline GateRef StubBuilder::GetBitMask(GateRef bitoffset) in GetBitMask() function
Dstub_builder.cpp1159 GateRef newmapValue = Int32Or(oldsetValue, GetBitMask(bitOffset)); in SetValueWithBarrier()