Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value_internals.h51 static constexpr size_t TAG_BITS_SHIFT = base::BitNumbers<JSTaggedType>() - TAG_BITS_SIZE; variable
/arkcompiler/runtime_core/bytecode_optimizer/
Dtagged_value.h62 static constexpr size_t TAG_BITS_SHIFT = BitNumbers<TaggedType>() - TAG_BITS_SIZE; variable
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dtagged_value.h85 static constexpr size_t TAG_BITS_SHIFT = BitNumbers<TaggedType>() - TAG_BITS_SIZE; variable