Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dmodifiers.h68 static constexpr uint32_t VERIFICATION_STATUS_MASK = static_cast<uint32_t>(0x7) << VERIFICATION_STA… variable
/arkcompiler/runtime_core/static_core/libpandafile/
Dmodifiers.h72 constexpr uint32_t VERIFICATION_STATUS_MASK = ((1U << VERIFICATION_STATUS_WIDTH) - 1U) << VERIFICAT… variable