Home
last modified time | relevance | path

Searched defs:TAG_MASK (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/
Dmem.h53 uintptr_t constexpr TAG_MASK = 0xfL << TAG_SHIFT; variable
/arkcompiler/runtime_core/bytecode_optimizer/
Dtagged_value.h64 static constexpr TaggedType TAG_MASK = ((1ULL << TAG_BITS_SIZE) - 1ULL) << TAG_BITS_SHIFT; variable
/arkcompiler/runtime_core/verifier/
Dverifier.h77 static constexpr TaggedType TAG_MASK = ((1ULL << TAG_BITS_SIZE) - 1ULL) << TAG_BITS_SHIFT; variable
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dtagged_value.h87 static constexpr TaggedType TAG_MASK = ((1ULL << TAG_BITS_SIZE) - 1ULL) << TAG_BITS_SHIFT; variable