Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value_internals.h69 static constexpr JSTaggedType TAG_SPECIAL_MASK = TAG_MARK | TAG_SPECIAL; variable
/arkcompiler/runtime_core/bytecode_optimizer/
Dtagged_value.h69 static constexpr TaggedType TAG_SPECIAL_MASK = 0xFFULL; variable
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dtagged_value.h92 static constexpr TaggedType TAG_SPECIAL_MASK = 0xFFULL; variable