Home
last modified time | relevance | path

Searched defs:Bit (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/
Dflags.h54 Bit(UInt bitMask, UInt &givenFlags) : ConstBit {bitMask, givenFlags} {}; in Bit() function
Dbit_vector.h120 Bit(BitVector &bitVector, size_t index) : bitVector_ {bitVector}, index_ {index} {}; in Bit() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dshared_reference_flags.h34 enum class Bit : ValueType { enum