Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dmodifiers.h57 static constexpr uint32_t INTRINSIC_SHIFT = MinimumBitsToStore(ACC_INTRINSIC); variable
/arkcompiler/runtime_core/static_core/libpandafile/
Dmodifiers.h60 constexpr uint32_t INTRINSIC_SHIFT = MinimumBitsToStore(ACC_INTRINSIC); variable