Home
last modified time | relevance | path

Searched defs:TAG_SPECIAL_MASK (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/include/coretypes/
Dtagged_value.h75 static constexpr TaggedType TAG_SPECIAL_MASK = 0xFFULL; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h96 static constexpr JSTaggedType TAG_SPECIAL_MASK = TAG_MARK | TAG_SPECIAL; variable