Home
last modified time | relevance | path

Searched refs:INTRINSIC_MASK (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dmodifiers.h58 static constexpr uint32_t INTRINSIC_MASK = static_cast<uint32_t>(0xffffffff) << INTRINSIC_SHIFT; member
59 static constexpr uint32_t MAX_INTRINSIC_NUMBER = INTRINSIC_MASK >> INTRINSIC_SHIFT;
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dmodifiers.h61 constexpr uint32_t INTRINSIC_MASK = static_cast<uint32_t>(0xffffffff) << INTRINSIC_SHIFT; member
62 constexpr uint32_t MAX_INTRINSIC_NUMBER = INTRINSIC_MASK >> INTRINSIC_SHIFT;
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h627 ASSERT((accessFlags_.load(std::memory_order_acquire) & INTRINSIC_MASK) == 0); in SetIntrinsic()
639 return static_cast<intrinsics::Intrinsic>((accessFlags_.load(std::memory_order_acquire) & INTRINSIC_MASK) >> in GetIntrinsic()

Completed in 3 milliseconds