Home
last modified time | relevance | path

Searched refs:BIT_PER_WORD_MASK (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/base/
Dbit_set.h31 static constexpr uint32_t BIT_PER_WORD_MASK = BIT_PER_WORD - 1; variable
148 return offset & BIT_PER_WORD_MASK; in IndexInWord()
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_bitset.h39 static constexpr uint32_t BIT_PER_WORD_MASK = BIT_PER_WORD - 1; variable
175 return offset & BIT_PER_WORD_MASK; in IndexInWord()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h2101 GateRef bitPerWordMask = Int32(GCBitset::BIT_PER_WORD_MASK); in GetBitMask()