Home
last modified time | relevance | path

Searched refs:INTRINSIC_MASK (Results 1 – 2 of 2) sorted by relevance

/ark/runtime_core/libpandafile/
Dmodifiers.h54 static constexpr uint32_t INTRINSIC_MASK = static_cast<uint32_t>(0xff) << INTRINSIC_SHIFT; variable
/ark/runtime_core/runtime/include/
Dmethod.h455 ASSERT((stor_32_.access_flags_.load() & INTRINSIC_MASK) == 0); in SetIntrinsic()
463 …return static_cast<intrinsics::Intrinsic>((stor_32_.access_flags_.load() & INTRINSIC_MASK) >> INTR… in GetIntrinsic()